Struct solicit::http::client::CleartextConnectError [] [src]

pub struct CleartextConnectError(_);

A newtype wrapping the io::Error, as it occurs when attempting to establish an HTTP/2 connection over cleartext TCP (with prior knowledge).

Trait Implementations

impl Debug for CleartextConnectError
[src]

Formats the value using the given formatter.

impl Display for CleartextConnectError
[src]

Formats the value using the given formatter. Read more

impl Error for CleartextConnectError
[src]

A short description of the error. Read more

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

impl From<Error> for CleartextConnectError
[src]

For convenience we make sure that io::Errors are easily convertible to the CleartextConnectError, if needed.

Performs the conversion.

impl HttpConnectError for CleartextConnectError
[src]

The error is marked as an HttpConnectError