Type Alias async_nats::jetstream::kv::EntryError

source ·
pub type EntryError = Error<EntryErrorKind>;

Aliased Type§

struct EntryError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<DirectGetErrorKind>> for EntryError

source§

fn from(err: DirectGetError) -> Self

Converts to this type from the input type.