Enum rust_accountkit::AccountKitError [] [src]

pub enum AccountKitError {
    HttpError(Error),
    UrlError(ParseError),
    IoError(Error),
}

Variants

Trait Implementations

impl Debug for AccountKitError
[src]

Formats the value using the given formatter.

impl From<Error> for AccountKitError
[src]

Performs the conversion.

impl From<ParseError> for AccountKitError
[src]

Performs the conversion.

impl From<Error> for AccountKitError
[src]

Performs the conversion.

impl Display for AccountKitError
[src]

Formats the value using the given formatter.