Trait url::FromUrlPath
[-]
[+]
[src]
pub trait FromUrlPath {
fn from_url_path(path: &[String]) -> Result<Self, ()>;
}
Required Methods
Implementors
impl FromUrlPath for Pathimpl FromUrlPath for Path