pub type ConsumerUpdateError = Error<ConsumerUpdateErrorKind>;
Aliased Type§
struct ConsumerUpdateError { /* private fields */ }
Trait Implementations§
Source§impl From<Error<ConsumerErrorKind>> for ConsumerUpdateError
impl From<Error<ConsumerErrorKind>> for ConsumerUpdateError
Source§fn from(err: ConsumerError) -> Self
fn from(err: ConsumerError) -> Self
Converts to this type from the input type.
Source§impl From<Error<RequestErrorKind>> for ConsumerUpdateError
impl From<Error<RequestErrorKind>> for ConsumerUpdateError
Source§fn from(err: RequestError) -> Self
fn from(err: RequestError) -> Self
Converts to this type from the input type.