[][src]Trait ntex::router::ResourcePath

pub trait ResourcePath {
    pub fn path(&self) -> &str;

    pub fn unquote(s: &str) -> Cow<'_, str> { ... }
}

Required methods

pub fn path(&self) -> &str[src]

Loading content...

Provided methods

pub fn unquote(s: &str) -> Cow<'_, str>[src]

Loading content...

Implementations on Foreign Types

impl<'a> ResourcePath for &'a str[src]

impl ResourcePath for ByteString[src]

impl ResourcePath for String[src]

impl<'a, T> ResourcePath for &'a T where
    T: ResourcePath
[src]

Loading content...

Implementors

impl ResourcePath for Uri[src]

Loading content...