Trait ResourcePath
actix_web::dev
pub trait ResourcePath { pub fn path(&self) -> &str; }
pub fn path(&self) -> &str
impl<'a> ResourcePath for &'a str
impl ResourcePath for ByteString
impl ResourcePath for String
impl ResourcePath for Url
impl ResourcePath for Uri