Trait publicsuffix::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§