pub type IdeviceSocket = Box<dyn ReadWrite>;Expand description
Type alias for boxed device connection sockets
Used to enable dynamic dispatch of different connection types while maintaining the required ReadWrite characteristics.
Aliased Typeยง
pub struct IdeviceSocket(/* private fields */);