Trait publicsuffix::IntoUrl[][src]

pub trait IntoUrl {
    fn into_url(self) -> Result<Url>;
}

Converts a type into a Url object

Required Methods

Implementations on Foreign Types

impl IntoUrl for Url
[src]

impl<'a> IntoUrl for &'a str
[src]

impl<'a> IntoUrl for &'a String
[src]

impl IntoUrl for String
[src]

Implementors