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