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
impl From<Error<RequestErrorKind>> for DirectGetError
source§fn from(err: RequestError) -> Self
fn from(err: RequestError) -> Self
Converts to this type from the input type.
source§impl From<Error<StreamMessageErrorKind>> for DirectGetError
impl From<Error<StreamMessageErrorKind>> for DirectGetError
source§fn from(err: StreamMessageError) -> Self
fn from(err: StreamMessageError) -> Self
Converts to this type from the input type.