Trait ntex_router::ResourcePath[][src]

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

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

Required methods

Provided methods

Implementations on Foreign Types

Implementors