[−][src]Function solana_sdk::account::next_keyed_account
pub fn next_keyed_account<'a, 'b, I>(
iter: &mut I
) -> Result<<I as Iterator>::Item, InstructionError> where
I: Iterator<Item = &'a KeyedAccount<'b>>,
Return the next KeyedAccount or a NotEnoughAccountKeys error