Searched defs:InStreamType (Results 1 – 3 of 3) sorted by relevance
18 pub(crate) type InStreamType = Box<dyn SerialInput>; typedef
28 pub(crate) type InStreamType = Box<PipeConnection>; typedef
202 mut rx: crate::serial::sys::InStreamType, in spawn_input_thread()