Trait cargo::util::into_url::IntoUrl[][src]

pub trait IntoUrl {
    fn into_url(self) -> CargoResult<Url>;
}

A type that can be converted to a Url

Required methods

fn into_url(self) -> CargoResult<Url>[src]

Performs the conversion

Loading content...

Implementations on Foreign Types

impl<'a> IntoUrl for &'a str[src]

impl<'a> IntoUrl for &'a Path[src]

impl<'a> IntoUrl for &'a PathBuf[src]

Loading content...

Implementors

Loading content...