io-uring
io-uring copied to clipboard
It is not clear what implements `UseFixed` from the documentation alone
Say I'm looking at Recv::new, First parameter is fd: impl UseFixed, but since the trait is not public (well, trait is, but not the module/exports) to figure out what I can pass - I have to look into the source code.