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