async_nats::jetstream::context

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