Struct vnc::client::Client
[−]
[src]
pub struct Client { /* fields omitted */ }
Methods
impl Client
[src]
fn from_tcp_stream<Auth>(stream: TcpStream,
shared: bool,
auth: Auth)
-> Result<Client> where Auth: FnOnce(&[AuthMethod]) -> Option<AuthChoice>
shared: bool,
auth: Auth)
-> Result<Client> where Auth: FnOnce(&[AuthMethod]) -> Option<AuthChoice>