[][src]Macro stm32f3xx_hal_v2::expect

macro_rules! expect {
    ($l:expr, $s:tt) => { ... };
}

Wrapper macro for .expect()

Uses core function, when defmt is not active