Type Alias async_nats::jetstream::stream::DirectGetError

source ·
pub type DirectGetError = Error<DirectGetErrorKind>;

Aliased Type§

struct DirectGetError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<RequestErrorKind>> for DirectGetError

source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error<StreamMessageErrorKind>> for DirectGetError

source§

fn from(err: StreamMessageError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for DirectGetError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.