pub trait CompileTimeOpcode {
const OPCODE: Opcode;
}Expand description
Trait for something that provides an ioctl opcode at compile time.
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait CompileTimeOpcode {
const OPCODE: Opcode;
}Trait for something that provides an ioctl opcode at compile time.