pub trait ToAccountInfos<'info> {
    fn to_account_infos(&self) -> Vec<AccountInfo<'info>> ;
}
Expand description

Transformation to AccountInfo structs.

Required Methods§

Implementations on Foreign Types§

Implementors§