pub trait ToUrl { // Required method fn to_url(&self) -> Result<Url>; }
Represents the ability to be made into a URL.