pub trait GetBalance {
    fn get_balance(&mut self) -> Amount;
}

Required Methods§

Implementors§