Type Definition solana_program_runtime::invoke_context::ErasedProcessInstructionWithContext
source · type ErasedProcessInstructionWithContext = fn(_: &'static mut InvokeContext<'static>) -> Result<(), Box<dyn Error>>;