pub trait SockRelease { // Required method fn release(&mut self) -> CSocket; }
| Get the value of the contained socket | and drop ownership. It will not be closed | by the destructor after this call. | | | ———– | @return | | socket or INVALID_SOCKET if empty |