Closed
Description
You can do something like:
let sock = socket2::SockRef::from(&-1);
assert!(Some(sock).is_none());
With the changes in #222
Metadata
Metadata
Assignees
Labels
No labels
You can do something like:
let sock = socket2::SockRef::from(&-1);
assert!(Some(sock).is_none());
With the changes in #222