Skip to main content

AsyncSerialPortBuilder

Trait AsyncSerialPortBuilder 

Source
pub trait AsyncSerialPortBuilder {
    // Required method
    fn open_async(self) -> Result<AsyncSerialPort>;
}

Required Methods§

Implementors§