☰
Trait ResourcePath
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Uri
Implementors
Other items in
actix_router
All crates
?
Trait
actix_router
::
ResourcePath
[
−
]
[src]
pub trait ResourcePath { fn
path
(&self) -> &
str
; }
Required methods
[src]
fn
path
(&self) -> &
str
Implementations on Foreign Types
[src]
impl
ResourcePath
for
String
[src]
fn
path
(&self) -> &
str
[src]
impl<'a>
ResourcePath
for &'a
str
[src]
fn
path
(&self) -> &
str
[src]
impl
ResourcePath
for
ByteString
[src]
fn
path
(&self) -> &
str
[src]
impl
ResourcePath
for
Uri
[src]
fn
path
(&self) -> &
str
Implementors
[src]
impl
ResourcePath
for
Url