Skip to main content

ConsumerResetError

Type Alias ConsumerResetError 

Source
pub type ConsumerResetError = Error<ConsumerResetErrorKind>;
Available on crate features jetstream and server_2_14 only.

Aliased Type§

pub struct ConsumerResetError { /* private fields */ }

Trait Implementations§

Source§

impl From<Error<RequestErrorKind>> for ConsumerResetError

Source§

fn from(err: RequestError) -> Self

Converts to this type from the input type.
Source§

impl From<Error> for ConsumerResetError

Source§

fn from(err: Error) -> Self

Converts to this type from the input type.