Enum Error
stm32f103xx_hal::dma
pub enum Error { Overrun, // some variants omitted }
Overrun
impl Debug for Error
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Error
impl Sync for Error