Trait actix_web::dev::ResourcePath
source · pub trait ResourcePath {
// Required method
fn path(&self) -> &str;
}
Required Methods§
Implementations on Foreign Types§
source§impl ResourcePath for ByteString
impl ResourcePath for ByteString
Implementors§
impl ResourcePath for Uri
Available on crate feature
http
only.