Trait reqwest::IntoUrl

source ·
pub trait IntoUrl: IntoUrlSealed { }
Expand description

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

This trait is “sealed”, such that only types within reqwest can implement it.

Implementations on Foreign Types§

source§

impl IntoUrl for String

source§

impl<'a> IntoUrl for &'a str

source§

impl<'a> IntoUrl for &'a String

Implementors§