☰
Resource
Required Methods
resource_path
Implementors
In actix_router
?
Trait
actix_router
::
Resource
source
·
[
−
]
pub trait Resource<T:
ResourcePath
> { fn
resource_path
(&mut self) -> &mut
Path
<T>; }
Required Methods
source
fn
resource_path
(&mut self) -> &mut
Path
<T>
Implementors
source
impl<T:
ResourcePath
>
Resource
<T> for
Path
<T>