Trait hyper::client::IntoUrl

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

A helper trait to convert common objects into a Url.

Required Methods§

Consumes the object, trying to return a Url.

Implementations on Foreign Types§

Implementors§