[][src]Trait nano_get::ToUrl

pub trait ToUrl {
    fn to_url(&self) -> Result<Url>;
}

Represents the ability to be made into a URL.

Required methods

fn to_url(&self) -> Result<Url>

Loading content...

Implementations on Foreign Types

impl ToUrl for String[src]

impl<'_> ToUrl for &'_ str[src]

Loading content...

Implementors

impl ToUrl for Url[src]

impl<'_> ToUrl for &'_ Url[src]

Loading content...