Struct Tx
serial_embedded_hal
pub struct Tx { /* fields omitted */ }
impl Write<u8> for Tx
type Error = Error
Write error
fn write(&mut self, byte: u8) -> Result<(), Self::Error>
Writes a single word to the serial interface
fn flush(&mut self) -> Result<(), Self::Error>
Ensures that none of the previously written words are still buffered
impl !Send for Tx
impl !Sync for Tx