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