Type Alias async_nats::ConnectError
source · 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 */ }