Type Alias BatchError

Source
pub type BatchError = Error<BatchErrorKind>;

Aliased Type§

pub struct BatchError { /* private fields */ }

Trait Implementations§

Source§

impl From<Error<BatchRequestErrorKind>> for BatchError

Source§

fn from(err: BatchRequestError) -> Self

Converts to this type from the input type.
Source§

impl From<SubscribeError> for BatchError

Source§

fn from(err: SubscribeError) -> Self

Converts to this type from the input type.