Wire

Type Alias Wire 

Source
pub type Wire = (Arc<Mutex<dyn Reader>>, Arc<Mutex<dyn Sender>>);
Expand description

Represents a packet Reader and packet Sender tuple