[][src]Trait solicit::http::client::HttpConnectError

pub trait HttpConnectError: Error + Send + Sync { }

A marker trait for errors raised by attempting to establish an HTTP/2 connection.

Implementors

impl HttpConnectError for TlsConnectError[src]

impl HttpConnectError for CleartextConnectError[src]

The error is marked as an HttpConnectError

Loading content...