pub trait IntoUrl: IntoUrlSealed { }
A trait to try to convert some type into a Url.
Url
This trait is “sealed”, such that only types within reqwest can implement it.