Type Alias async_nats::jetstream::stream::ConsumerCreateStrictError

source ·
pub type ConsumerCreateStrictError = Error<ConsumerCreateStrictErrorKind>;

Aliased Type§

struct ConsumerCreateStrictError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<ConsumerErrorKind>> for ConsumerCreateStrictError

source§

fn from(err: ConsumerError) -> Self

Converts to this type from the input type.
source§

impl From<Error<RequestErrorKind>> for ConsumerCreateStrictError

source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for ConsumerCreateStrictError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.