pub trait IntoUrl {
fn into_url(self) -> CargoResult<Url>;
}
Expand description
A type that can be converted to a Url
Required methods
fn into_url(self) -> CargoResult<Url>
fn into_url(self) -> CargoResult<Url>
Performs the conversion
pub trait IntoUrl {
fn into_url(self) -> CargoResult<Url>;
}
A type that can be converted to a Url
Performs the conversion