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
impl From<Error<ConsumerErrorKind>> for ConsumerUpdateError
source§fn from(err: ConsumerError) -> Self
fn from(err: ConsumerError) -> Self
Converts to this type from the input type.
source§impl From<Error<RequestErrorKind>> for ConsumerUpdateError
impl From<Error<RequestErrorKind>> for ConsumerUpdateError
source§fn from(err: RequestError) -> Self
fn from(err: RequestError) -> Self
Converts to this type from the input type.