Type Alias async_nats::jetstream::stream::ConsumerUpdateError

source ·
pub type ConsumerUpdateError = Error<ConsumerUpdateErrorKind>;

Aliased Type§

struct ConsumerUpdateError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<ConsumerErrorKind>> for ConsumerUpdateError

source§

fn from(err: ConsumerError) -> Self

Converts to this type from the input type.
source§

impl From<Error<RequestErrorKind>> for ConsumerUpdateError

source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConsumerUpdateError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.