async_nats

Type Alias 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 */ }

Trait Implementations§

Source§

impl From<Error> for ConnectError

Source§

fn from(err: Error) -> Self

Converts to this type from the input type.