pub(crate) type InStreamType = Box<dyn SerialInput>;
Aliased Type§
struct InStreamType(Unique<dyn SerialInput>, Global);
Fields§
§0: Unique<dyn SerialInput>
§1: Global
pub(crate) type InStreamType = Box<dyn SerialInput>;
struct InStreamType(Unique<dyn SerialInput>, Global);
0: Unique<dyn SerialInput>
§1: Global