Trait hyper::client::IntoUrl  
            [-] [+]
        [src]
pub trait IntoUrl {
    fn into_url(self) -> Result<Url, UrlError>;
}A helper trait to convert common objects into a Url.
pub trait IntoUrl {
    fn into_url(self) -> Result<Url, UrlError>;
}A helper trait to convert common objects into a Url.
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).