[][src]Trait requiem_router::Resource

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

Required methods

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

Loading content...

Implementors

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

Loading content...