Searched defs:InStreamType (Results 1 – 4 of 4) sorted by relevance
57 mut rx: InStreamType, in spawn_input_thread()60 ) -> (Arc<Mutex<VecDeque<u8>>>, WorkerThread<InStreamType>) { in spawn_input_thread()80 rx: &mut InStreamType, in read_input()
19 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
30 pub(crate) type InStreamType = Box<PipeConnection>; typedef
286 input: Option<InStreamType>, in new()