pub trait ShellKnob1TargetSpecification {
    const KNOB1_TARGETS: &'static [ShellKnob1Target];
}
Expand description

Function specification of 2nd knob.

Required Associated Constants§

source

const KNOB1_TARGETS: &'static [ShellKnob1Target]

The list of targets supported for 2nd knob.

Object Safety§

This trait is not object safe.

Implementors§