pub trait HasInternalChannel<C: SpecialChannel>: ConverterFor<C> { }Expand description
ADC instances that have the internal channel C.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".