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