pub trait IntoUrl { // Required method fn into_url(self) -> Result<Url>; }
Converts a type into a Url object