pub trait NBSocket: AsRawFd { // Required method fn set_nonblocking(&self, nonblocking: bool) -> Result<()>; }