actix_router
0.5.3
ResourcePath
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Uri
Implementors
In crate actix_router
Trait
actix_router
::
ResourcePath
Copy item path
source
·
[
−
]
pub trait ResourcePath { // Required method fn
path
(&self) -> &
str
; }
Required Methods
§
source
fn
path
(&self) -> &
str
Implementations on Foreign Types
§
source
§
impl
ResourcePath
for
ByteString
source
§
fn
path
(&self) -> &
str
source
§
impl
ResourcePath
for
Uri
source
§
fn
path
(&self) -> &
str
source
§
impl
ResourcePath
for
String
source
§
fn
path
(&self) -> &
str
source
§
impl<'a>
ResourcePath
for &'a
str
source
§
fn
path
(&self) -> &
str
Implementors
§
source
§
impl
ResourcePath
for
Url