pub trait UringTarget { }Expand description
Trait for types that can be used as file targets in io_uring operations.
This is implemented for all types that implement AsRawFd (using unregistered fds) and for RegisteredFile (using registered file indices for better performance).