Trait AccountUpdateRef

Source
pub trait AccountUpdateRef {
    // Required method
    fn account_update_ref(&self) -> &AccountUpdate;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> AccountUpdateRef for (AccountUpdate, T)

Implementors§