Trait reqwest::IntoUrl [] [src]

pub trait IntoUrl: PolyfillTryInto { }

A trait to try to convert some type into a Url.

This trait is "sealed", such that only types within reqwest can implement it. The reason is that it will eventually be deprecated and removed, when std::convert::TryFrom is stabilized.

Implementors