pub trait SerialInput: Read + ReadNotifier + Send { }
Expand description

Trait for types that can be used as input for a serial device.

Implementations on Foreign Types§

source§

impl SerialInput for File

Implementors§