use crateRewrites;/// It returns a rewrite's destination path if the current request uri/// matches against the provided rewrites array.uri_path: &'a str,rewrites_opts_vec: &'a ,if let Some = rewrites_opts_vecfor rewrites_entry in rewrites_vec.iter// Match source glob pattern against request uri pathif rewrites_entry.source.is_matchreturn Some;None