Trait Uri

Source
pub trait Uri<U: ?Sized> {
    // Required method
    fn uri(&self) -> &U;
}

Required Methods§

Source

fn uri(&self) -> &U

Implementors§