Type Alias async_nats::jetstream::consumer::pull::BatchError
source · pub type BatchError = Error<BatchErrorKind>;
Aliased Type§
struct BatchError { /* private fields */ }
Trait Implementations§
source§impl From<Error<BatchRequestErrorKind>> for BatchError
impl From<Error<BatchRequestErrorKind>> for BatchError
source§fn from(err: BatchRequestError) -> Self
fn from(err: BatchRequestError) -> Self
Converts to this type from the input type.
source§impl From<SubscribeError> for BatchError
impl From<SubscribeError> for BatchError
source§fn from(err: SubscribeError) -> Self
fn from(err: SubscribeError) -> Self
Converts to this type from the input type.