Trait switchboard_aggregator::ToAccountInfos[][src]

pub trait ToAccountInfos<'info> {
    fn to_account_infos(&self) -> Vec<AccountInfo<'info>, Global>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
; }
Expand description

Transformation to AccountInfo structs.

Required methods

Implementors