pub trait AdcChannel<T>:
    PeripheralType
    + Into<AnyAdcChannel<T>>
    + SealedAdcChannel<T>
    + Sized { }Expand description
ADC channel.
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.