Enum rust_accountkit::AccountKitError
[−]
[src]
pub enum AccountKitError { HttpError(Error), UrlError(ParseError), IoError(Error), }
Variants
HttpError(Error)
UrlError(ParseError)
IoError(Error)
Trait Implementations
impl Debug for AccountKitError
[src]
impl From<Error> for AccountKitError
[src]
fn from(err: Error) -> AccountKitError
Performs the conversion.
impl From<ParseError> for AccountKitError
[src]
fn from(err: ParseError) -> AccountKitError
Performs the conversion.
impl From<Error> for AccountKitError
[src]
fn from(err: Error) -> AccountKitError
Performs the conversion.