create_hyper_uri_with_params

Function create_hyper_uri_with_params 

Source
pub fn create_hyper_uri_with_params<'p, PT, TS>(
    url_str: &str,
    params: &'p PT,
) -> Uri
where PT: IntoIterator<Item = (&'p str, Option<&'p TS>)> + Clone, TS: ToString + 'p,