Trait ntex_router::ResourcePath
source · pub trait ResourcePath {
// Required method
fn path(&self) -> &str;
// Provided method
fn unquote(s: &str) -> Cow<'_, str> { ... }
}pub trait ResourcePath {
// Required method
fn path(&self) -> &str;
// Provided method
fn unquote(s: &str) -> Cow<'_, str> { ... }
}