pub trait PfireSpecificSpecification {
    const HAS_OPT_IFACE_B: bool;
    const SUPPORT_STANDALONE_CONVERTER: bool;
    const KNOB_COUNT: usize = 4usize;
}
Expand description

Protocol implementation specific to ProFire series.

Required Associated Constants§

Provided Associated Constants§

source

const KNOB_COUNT: usize = 4usize

Object Safety§

This trait is not object safe.

Implementors§