Trait ntex_router::Resource[][src]

pub trait Resource<T: ResourcePath> {
    fn path(&self) -> &str;
fn resource_path(&mut self) -> &mut Path<T>; }

Required methods

Implementors