pub trait AppendToUrlQuery {
// Required method
fn append_to_url_query(&self, url: &mut Url);
}
Expand description
Add a new query pair into the target URL’s query string.
pub trait AppendToUrlQuery {
// Required method
fn append_to_url_query(&self, url: &mut Url);
}
Add a new query pair into the target URL’s query string.