Type Alias async_nats::jetstream::context::CreateStreamError
source · pub type CreateStreamError = Error<CreateStreamErrorKind>;
Aliased Type§
struct CreateStreamError { /* private fields */ }
Trait Implementations§
source§impl From<Error<RequestErrorKind>> for CreateStreamError
impl From<Error<RequestErrorKind>> for CreateStreamError
source§fn from(error: RequestError) -> Self
fn from(error: RequestError) -> Self
Converts to this type from the input type.