pub type ConnectError = Error<ConnectErrorKind>;Expand description
Returned when initial connection fails. To be enumerate over the variants, call ConnectError::kind.
Aliased Type§
struct ConnectError { /* private fields */ }pub type ConnectError = Error<ConnectErrorKind>;Returned when initial connection fails. To be enumerate over the variants, call ConnectError::kind.
struct ConnectError { /* private fields */ }