pub trait UriSpec {
    fn uri(&self) -> String;
}

Required Methods

Implementors