Type Definition defmt_serial::WriteCB

source · []
pub type WriteCB = unsafe fn(_: &[u8]);
Expand description

All of this nonsense is to try and erase the Error type of the embedded_hal::serial::nb::Write implementor.