async_nats::jetstream::kv

Type Alias WatchError

Source
pub type WatchError = Error<WatchErrorKind>;

Aliased Type§

struct WatchError { /* private fields */ }

Trait Implementations§

Source§

impl From<Error<ConsumerErrorKind>> for WatchError

Source§

fn from(err: ConsumerError) -> Self

Converts to this type from the input type.
Source§

impl From<Error<StreamErrorKind>> for WatchError

Source§

fn from(err: StreamError) -> Self

Converts to this type from the input type.