Searched defs:io_cb (Results 1 – 1 of 1) sorted by relevance
50 io_cb: Box<dyn FnMut(SslStream<TcpStream>) + Send>, field66 pub fn io_cb<F>(&mut self, cb: F) in io_cb() method82 let mut io_cb = self.io_cb; in build() localVariable