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