Type Alias async_nats::jetstream::context::AccountError

source ·
pub type AccountError = Error<AccountErrorKind>;

Aliased Type§

struct AccountError { /* private fields */ }

Trait Implementations§

source§

impl From<Error<RequestErrorKind>> for AccountError

source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.