Type Alias async_nats::jetstream::kv::WatchError
source · pub type WatchError = Error<WatchErrorKind>;
Aliased Type§
struct WatchError { /* private fields */ }
Trait Implementations§
source§impl From<Error<ConsumerErrorKind>> for WatchError
impl From<Error<ConsumerErrorKind>> for WatchError
source§fn from(err: ConsumerError) -> Self
fn from(err: ConsumerError) -> Self
Converts to this type from the input type.
source§impl From<Error<StreamErrorKind>> for WatchError
impl From<Error<StreamErrorKind>> for WatchError
source§fn from(err: StreamError) -> Self
fn from(err: StreamError) -> Self
Converts to this type from the input type.