Searched defs:AsyncSerialInput (Results 1 – 1 of 1) sorted by relevance
60 struct AsyncSerialInput(Box<dyn SerialInput>); struct61 impl AsRawDescriptor for AsyncSerialInput { implementation66 impl IntoAsync for AsyncSerialInput {} implementation87 input: &IoSource<AsyncSerialInput>, in run_rx_queue()