Trait ResourcePath

Source
pub trait ResourcePath {
    // Required method
    fn path(&self) -> &str;
}

Required Methods§

Source

fn path(&self) -> &str

Implementations on Foreign Types§

Source§

impl ResourcePath for String

Source§

fn path(&self) -> &str

Source§

impl ResourcePath for ByteString

Source§

fn path(&self) -> &str

Source§

impl<'a> ResourcePath for &'a str

Source§

fn path(&self) -> &str

Implementors§

Source§

impl ResourcePath for Uri

Available on crate feature http only.
Source§

impl ResourcePath for Url