Trait cargo::util::IntoUrlWithBase[][src]

pub trait IntoUrlWithBase {
    fn into_url_with_base<U: IntoUrl>(self, base: Option<U>) -> CargoResult<Url>;
}

A type that can be interpreted as a relative Url and converted to a Url.

Required methods

fn into_url_with_base<U: IntoUrl>(self, base: Option<U>) -> CargoResult<Url>[src]

Performs the conversion

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...