DacExt

Trait DacExt 

Source
pub trait DacExt {
    // Required method
    fn constrain<PINS>(self, pins: PINS, rcc: &mut RCC) -> PINS::Output
       where PINS: Pins<DAC>;
}

Required Methods§

Source

fn constrain<PINS>(self, pins: PINS, rcc: &mut RCC) -> PINS::Output
where PINS: Pins<DAC>,

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§