pub trait AppendToUrlQuery {
    fn append_to_url_query(&self, url: &mut Url);
}
Expand description

Add a new query pair into the target URL’s query string.

Required Methods

Implementations on Foreign Types

Implementors