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