ApplyToUrl

Trait ApplyToUrl 

Source
pub trait ApplyToUrl {
    // Required method
    fn apply_to_url(&self, url: &mut Url);
}

Required Methods§

Source

fn apply_to_url(&self, url: &mut Url)

Implementors§