[][src]Type Definition solana_runtime::message_processor::ProcessInstruction

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