pub trait TryIntoUrl {
// Required method
fn into_url(self) -> Result<Url, ParseError>;
}Expand description
Trait to define conversion to Url
pub trait TryIntoUrl {
// Required method
fn into_url(self) -> Result<Url, ParseError>;
}Trait to define conversion to Url