Trait solicit::http::client::HttpConnectError
[−]
[src]
pub trait HttpConnectError: Error + Send + Sync { }
A marker trait for errors raised by attempting to establish an HTTP/2 connection.
Implementors
impl HttpConnectError for CleartextConnectError