pub trait ShellKnob1TargetSpecification {
const KNOB1_TARGETS: &'static [ShellKnob1Target];
}Expand description
Function specification of 2nd knob.
Required Associated Constants§
sourceconst KNOB1_TARGETS: &'static [ShellKnob1Target]
const KNOB1_TARGETS: &'static [ShellKnob1Target]
The list of targets supported for 2nd knob.
Object Safety§
This trait is not object safe.