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