actix_
web
4.9.0
Resource
Path
Required Methods
path
Implementations on Foreign Types
&'a str
ByteString
String
Implementors
In actix_
web::
dev
actix_web
::
dev
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
String
Source
§
fn
path
(&self) -> &
str
Source
§
impl<'a>
ResourcePath
for &'a
str
Source
§
fn
path
(&self) -> &
str
Implementors
§
Source
§
impl
ResourcePath
for
Uri
Source
§
impl
ResourcePath
for
Url