Trait rama::http::service::client::IntoUrl

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 rama can implement it.

Implementations on Foreign Types§

§

impl IntoUrl for &str

§

impl IntoUrl for &String

§

impl IntoUrl for String

Implementors§

§

impl IntoUrl for Uri