Trait devices::serial_device::SerialInput
source · pub trait SerialInput: Read + ReadNotifier + Send { }
Expand description
Trait for types that can be used as input for a serial device.
pub trait SerialInput: Read + ReadNotifier + Send { }
Trait for types that can be used as input for a serial device.