pub trait TtyDeviceEndpoint: CharDevice + TtyControl { }Expand description
Composite endpoint trait for TTY devices (byte stream + neutral controls)
pub trait TtyDeviceEndpoint: CharDevice + TtyControl { }Composite endpoint trait for TTY devices (byte stream + neutral controls)