Skip to main content

AccountUpdateRef

Trait AccountUpdateRef 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<T> AccountUpdateRef for (AccountUpdate, T)

Implementors§