Trait ShellKnob1TargetSpecification

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

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§