publicsuffix

Trait IntoUrl

Source
pub trait IntoUrl {
    // Required method
    fn into_url(self) -> Result<Url>;
}
Expand description

Converts a type into a Url object

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoUrl for String

Source§

impl IntoUrl for Url

Source§

impl<'a> IntoUrl for &'a str

Source§

impl<'a> IntoUrl for &'a String

Implementors§