Trait url::ToUrlPath [-] [+] [src]

pub trait ToUrlPath {
    fn to_url_path(&self) -> Result<Vec<String>, ()>;
}

Required Methods

fn to_url_path(&self) -> Result<Vec<String>, ()>

Implementors