io-uring icon indicating copy to clipboard operation
io-uring copied to clipboard

It is not clear what implements `UseFixed` from the documentation alone

Open pacak opened this issue 7 months ago • 0 comments

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.

pacak avatar Jul 06 '25 21:07 pacak