async_nats::jetstream::stream

Type Alias 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.