[][src]Trait unicom::ToUrl

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

Something which can represented as url

Required methods

fn to_url(self) -> Result<Url>

Loading content...

Implementations on Foreign Types

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

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

Loading content...

Implementors

impl ToUrl for Url[src]

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

Loading content...