Searched defs:InStreamType (Results 1 – 5 of 5) sorted by relevance
101 mut input: InStreamType, in spawn_input_thread()104 ) -> WorkerThread<InStreamType> { in spawn_input_thread()118 input: &mut InStreamType, in read_input()
19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
32 pub(crate) type InStreamType = Box<PipeConnection>; typedef
61 input: Option<InStreamType>, in new()
45 input: Option<InStreamType>, in new()