[][src]Trait cargo::util::to_url::ToUrl

pub trait ToUrl {
    fn to_url(self) -> CargoResult<Url>;
}

A type that can be converted to a Url

Required methods

fn to_url(self) -> CargoResult<Url>

Performs the conversion

Loading content...

Implementations on Foreign Types

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

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

Loading content...

Implementors

Loading content...