pub trait ShellKnob0TargetSpecification {
    const KNOB0_TARGETS: &'static [ShellKnob0Target];
}
Expand description

Function specification of 1st knob.

Required Associated Constants§

source

const KNOB0_TARGETS: &'static [ShellKnob0Target]

The list of targets supported for 1st knob.

Object Safety§

This trait is not object safe.

Implementors§