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§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoUrl for &String

Source§

impl IntoUrl for &Uri

Source§

impl IntoUrl for &str

Source§

impl IntoUrl for String

Source§

impl IntoUrl for Uri

Implementors§