☰
Trait Resource
Required Methods
resource_path
Implementors
Other items in
actix_router
All crates
?
Trait
actix_router
::
Resource
[
−
]
[src]
pub trait Resource<T:
ResourcePath
> { fn
resource_path
(&mut self) -> &mut
Path
<T>; }
Required methods
[src]
fn
resource_path
(&mut self) -> &mut
Path
<T>
Implementors
[src]
impl<T:
ResourcePath
>
Resource
<T> for
Path
<T>