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