Retrieves the domain of this socket.
impl Socket { fn domain(&self) -> Result<Domain, Errno> }
Returns the domain of this socket.
socket(7) and SO_DOMAIN therein