Trait simplist::IntoUrl [] [src]

pub trait IntoUrl {
    fn as_url(self) -> Result<Url, HttpError>;
}

freely convertible to a Url.

Required Methods

Implementors