pub trait CruiserProgram: ProgramKey {
type InstructionList: InstructionList;
}Expand description
A program written with cruiser
Required Associated Types§
Sourcetype InstructionList: InstructionList
type InstructionList: InstructionList
The instruction list for this program
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.