Type Alias async_nats::jetstream::kv::UpdateError

source ·
pub type UpdateError = Error<UpdateErrorKind>;

Aliased Type§

struct UpdateError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<PublishErrorKind>> for UpdateError

source§

fn from(err: PublishError) -> Self

Converts to this type from the input type.