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§
const HAS_OPT_IFACE_B: bool
const SUPPORT_STANDALONE_CONVERTER: bool
Provided Associated Constants§
const KNOB_COUNT: usize = 4usize
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.