Function x11rb_protocol::xauth::file::read_u16
source ยท fn read_u16<R: Read>(read: &mut R) -> Result<u16, Error>
Expand description
Read a single u16
from an ~/.Xauthority
file.
The file stores these entries in big endian.