Trait hyper::client::IntoUrl [−][src]
A helper trait to convert common objects into a Url.
Required Methods
Implementations on Foreign Types
impl<'a> IntoUrl for &'a str
[src]
impl<'a> IntoUrl for &'a str
impl<'a> IntoUrl for &'a String
[src]
impl<'a> IntoUrl for &'a String
Implementors
impl IntoUrl for Url