Type Alias async_nats::jetstream::kv::CreateError

source ·
pub type CreateError = Error<CreateErrorKind>;

Aliased Type§

struct CreateError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<EntryErrorKind>> for CreateError

source§

fn from(error: EntryError) -> Self

Converts to this type from the input type.
source§

impl From<Error<PutErrorKind>> for CreateError

source§

fn from(error: PutError) -> Self

Converts to this type from the input type.
source§

impl From<Error<UpdateErrorKind>> for CreateError

source§

fn from(error: UpdateError) -> Self

Converts to this type from the input type.