pub trait ShellKnob0TargetSpecification {
const KNOB0_TARGETS: &'static [ShellKnob0Target];
}Expand description
Function specification of 1st knob.
Required Associated Constants§
sourceconst KNOB0_TARGETS: &'static [ShellKnob0Target]
const KNOB0_TARGETS: &'static [ShellKnob0Target]
The list of targets supported for 1st knob.
Object Safety§
This trait is not object safe.