Re-exports
pub use cap_std;
Structs
- Instances of this
AmbientAuthoritytype serve to indicate that theambient_authorityfunction has been called, indicating that the user has explicitly opted into using ambient authority. - Entries returned by the
ReadDiriterator. - DirEntryViewUtf8
fs_utf8Entries returned by theReadDiriterator. - A view of a
Dir. - DirViewUtf8
fs_utf8A view of aDir. - Iterator over the entries in a directory.
- ReadDirViewUtf8
fs_utf8Iterator over the entries in a directory.
Enums
- The kind of a view.
Functions
- Return an
AmbientAuthorityvalue, which allows use of functions that include anAmbientAuthorityargument.