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

Converts a type into a Url object

Required methods

Implementations on Foreign Types

Implementors