Trait publicsuffix::IntoUrl [] [src]

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

Converts a type into a Url object

Required Methods

Implementors