Type Alias async_nats::jetstream::consumer::pull::OrderedError

source ·
pub type OrderedError = Error<OrderedErrorKind>;

Aliased Type§

struct OrderedError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<MessagesErrorKind>> for OrderedError

source§

fn from(err: MessagesError) -> Self

Converts to this type from the input type.