vnc::proxy
pub struct Proxy { /* fields omitted */ }
impl Proxy
fn from_tcp_streams(server_stream: TcpStream, client_stream: TcpStream) -> Result<Proxy>
fn join(self) -> Result<()>