Trait IntoUrl
publicsuffix
pub trait IntoUrl { fn into_url(self) -> Result<Url>; }
Converts a type into a Url object
fn into_url(self) -> Result<Url>
impl IntoUrl for Url
impl<'a> IntoUrl for &'a str
impl<'a> IntoUrl for &'a String
impl IntoUrl for String