Type Alias ProcessInstructionWithContext

Source
pub type ProcessInstructionWithContext = fn(IndexOfAccount, &mut InvokeContext<'_>) -> Result<(), InstructionError>;