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