Trait reqwest::IntoUrl[][src]

pub trait IntoUrl: IntoUrlSealed { }

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

impl IntoUrl for String[src]

impl<'a> IntoUrl for &'a str[src]

impl<'a> IntoUrl for &'a String[src]

Loading content...

Implementors

impl IntoUrl for Url[src]

Loading content...