Type Alias async_nats::jetstream::context::RequestError

source ·
pub type RequestError = Error<RequestErrorKind>;

Aliased Type§

struct RequestError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<RequestErrorKind>> for RequestError

source§

fn from(error: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for RequestError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.