Re-exports§
pub use cap_fs_ext;cap-fs-extpub use cap_std;
Structs§
- Ambient
Authority - Instances of this
AmbientAuthoritytype serve to indicate that theambient_authorityfunction has been called, indicating that the user has explicitly opted into using ambient authority. - DirEntry
View - Entries returned by the
ReadDiriterator. - DirEntry
View Utf8 fs_utf8 - Entries returned by the
ReadDiriterator. - DirView
- A view of a
Dir. - DirView
Utf8 fs_utf8 - A view of a
Dir. - Read
DirView - Iterator over the entries in a directory.
- Read
DirView Utf8 fs_utf8 - Iterator over the entries in a directory.
Enums§
- View
Kind - The kind of a view.
Functions§
- ambient_
authority - Return an
AmbientAuthorityvalue, which allows use of functions that include anAmbientAuthorityargument.