Type Alias x11rb::rust_connection::stream::PeerAddr
source ยท type PeerAddr = (Family, Vec<u8>);
Expand description
The address of a peer in a format suitable for xauth.
These values can be directly given to x11rb_protocol::xauth::get_auth
.