Struct Rx
serial_embedded_hal
pub struct Rx { /* fields omitted */ }
impl Read<u8> for Rx
type Error = Error
Read error
fn read(&mut self) -> Result<u8, Self::Error>
Reads a single word from the serial interface
impl !Send for Rx
impl !Sync for Rx