Type Alias async_nats::jetstream::kv::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.