actix_
router
0.5.3
Resource
Path
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Uri
Implementors
In crate actix_
router
actix_router
Trait
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