Trait asyncio::serial_port::SerialPortOption [] [src]

pub trait SerialPortOption: Sized {
    fn load(target: &SerialPort) -> Self;
    fn store(self, target: &mut SerialPort) -> Result<()>;
}

Required Methods

Implementors