Function url::path_from_str[src]
pub fn path_from_str(rawpath: &str) -> Result<Path, String>
pub fn path_from_str(rawpath: &str) -> Result<Path, String>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).