Searched defs:FlushOnDropTube (Results 1 – 2 of 2) sorted by relevance
108 pub fn accept(&mut self) -> FlushOnDropTube { in accept()132 client_tube_send_channel: mpsc::Sender<FlushOnDropTube>, in server_listener_loop()199 client_tube_send_channel: &mpsc::Sender<FlushOnDropTube>, in connect_client()
504 pub struct FlushOnDropTube(pub Tube); struct506 impl FlushOnDropTube { implementation512 impl Drop for FlushOnDropTube { implementation