Struct hyper::error::UriError [] [src]

pub struct UriError(_);

An error parsing a Uri.

Trait Implementations

impl Clone for UriError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UriError
[src]

Formats the value using the given formatter.

impl Display for UriError
[src]

Formats the value using the given formatter. Read more

impl StdError for UriError
[src]

A short description of the error. Read more

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