You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is blocking on the resolution of rust-lang/rust#43254. Right now you can't have both RawFd and T: AsRawFd supported as inputs to the same function, so implementing this doesn't actually improve ergonomics. We may be able to create a newtype wrapper in nix, but I want to see if there might be a solution from the Rust devs here before we do our own newtype-wrapper based implementation.