Trait bank::Transactions [] [src]

pub trait Transactions<R: Read> {
    fn read_transactions<'a>(
        &'a mut self
    ) -> Box<Iterator<Item = Box<Transaction>> + 'a>; fn get_origin_account(&self) -> Option<Iban> { ... } }

Required Methods

Provided Methods

Implementors