Type Alias async_nats::jetstream::stream::ConsumerError

source ·
pub type ConsumerError = Error<ConsumerErrorKind>;

Aliased Type§

struct ConsumerError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<RequestErrorKind>> for ConsumerError

source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConsumerError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.