async_nats::jetstream::kv

Type Alias WatcherError

Source
pub type WatcherError = Error<WatcherErrorKind>;

Aliased Type§

struct WatcherError { /* private fields */ }

Trait Implementations§

Source§

impl From<Error<OrderedErrorKind>> for WatcherError

Source§

fn from(err: OrderedError) -> Self

Converts to this type from the input type.