Skip to main content

UartRecv

Trait UartRecv 

Source
pub trait UartRecv: Send + 'static {
    // Required method
    fn receive(&self, bytes: &[u8]);
}

Required Methods§

Source

fn receive(&self, bytes: &[u8])

Implementors§