Function solana_program::account_info::next_account_infos  [−][src]
pub fn next_account_infos<'a, 'b: 'a>(
iter: &mut Iter<'a, AccountInfo<'b>>,
count: usize
) -> Result<&'a [AccountInfo<'b>], ProgramError>
Expand description
Return a slice of the next count AccountInfos or a
NotEnoughAccountKeys error.