async_nats::jetstream::stream

Type Alias 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.