ShellKnob0TargetSpecification

Trait ShellKnob0TargetSpecification 

Source
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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§