async_nats::jetstream::stream

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