[][src]Trait ntex_router::Resource

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

Required methods

fn path(&self) -> &str

fn resource_path(&mut self) -> &mut Path<T>

Loading content...

Implementors

impl<T: ResourcePath> Resource<T> for Path<T>[src]

Loading content...