pub type AsyncSerialPort = Async<IoSafeAdapter<TTYPort>>;
pub struct AsyncSerialPort { /* private fields */ }