Struct oandars::account::Accounts [] [src]

pub struct Accounts<'a> {
    pub accounts: Vec<Account<'a>>,
}

Fields