[][src]Trait actix_web::dev::ResourcePath

pub trait ResourcePath {
    fn path(&self) -> &str;
}

Required methods

fn path(&self) -> &str

Implementations on Foreign Types

impl<'a> ResourcePath for &'a str[src][]

impl<T> ResourcePath for String<T> where
    T: AsRef<[u8]>, 
[src][]

impl ResourcePath for String[src][]

Implementors