Expand description
Restricted file handles that enforce capability boundaries.
Unlike std::fs::File which implements both Read and Write,
these wrappers only expose the I/O trait matching the permission
used to obtain them.
Restricted file handles that enforce capability boundaries.
Unlike std::fs::File which implements both Read and Write,
these wrappers only expose the I/O trait matching the permission
used to obtain them.