Skip to main content

AccountMetasVec

Trait AccountMetasVec 

Source
pub trait AccountMetasVec<AM>
where AM: AccountMetaTrait,
{ // Required method fn get_account_metas_vec( &self, accounts: &mut PackedAccounts<AM>, ) -> Result<(), LightSdkTypesError>; }

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§