Retrieves the kind of the socket.
impl Socket { fn kind(&self) -> Result<Kind, Errno> }
Returns the kind of the socket.
socket(7) and SO_TYPE therein