Trait UriUtilities

Source
pub trait UriUtilities: PathAndQueryUtilities {
    // Required method
    fn with_path(&self, path: &str) -> Result<Uri, Error>;
}
Expand description

Uri utilities.

Required Methods§

Source

fn with_path(&self, path: &str) -> Result<Uri, Error>

With new path.

Implementations on Foreign Types§

Source§

impl UriUtilities for Uri

Source§

fn with_path(&self, path: &str) -> Result<Uri, Error>

Implementors§