[][src]Type Definition solana_runtime::process_instruction::ErasedProcessInstruction

type ErasedProcessInstruction = fn(_: &'static Pubkey, _: &'static [KeyedAccount<'static>], _: &'static [u8]) -> Result<(), InstructionError>;