Struct http_req::url::UrlError[][src]

pub struct UrlError(_);

Trait Implementations

impl Debug for UrlError
[src]

Formats the value using the given formatter. Read more

impl Display for UrlError
[src]

Formats the value using the given formatter. Read more

impl Error for UrlError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for UrlError

impl Sync for UrlError