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

source§

fn from(error: RequestError) -> Self

Converts to this type from the input type.
source§

impl From<Error> for CreateStreamError

source§

fn from(error: Error) -> Self

Converts to this type from the input type.