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
impl From<Error<EntryErrorKind>> for CreateError
source§fn from(error: EntryError) -> Self
fn from(error: EntryError) -> Self
Converts to this type from the input type.
source§impl From<Error<PutErrorKind>> for CreateError
impl From<Error<PutErrorKind>> for CreateError
source§impl From<Error<UpdateErrorKind>> for CreateError
impl From<Error<UpdateErrorKind>> for CreateError
source§fn from(error: UpdateError) -> Self
fn from(error: UpdateError) -> Self
Converts to this type from the input type.