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

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

Required Methods

Implementors