Enum baimax::ast::parse::AccountInfoError [] [src]

pub enum AccountInfoError<'a> {
    FundsType(ParseError<FundsType<'a>>),
}

Variants

Trait Implementations

impl<'a> Debug for AccountInfoError<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for AccountInfoError<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more