Skip to main content

IntoUrl

Trait IntoUrl 

Source
pub trait IntoUrl {
    // Required method
    fn into_url(self) -> Result<Url>;
}
Expand description

Convert common URL inputs into a Url.

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoUrl for &str

Source§

impl IntoUrl for &Uri

Source§

impl IntoUrl for &Url

Source§

impl IntoUrl for String

Source§

impl IntoUrl for Uri

Source§

impl IntoUrl for Url

Implementors§