Crate dir_view

Source

Re-exports§

pub use cap_fs_ext;cap-fs-ext
pub use cap_std;

Structs§

AmbientAuthority
Instances of this AmbientAuthority type serve to indicate that the ambient_authority function has been called, indicating that the user has explicitly opted into using ambient authority.
DirEntryView
Entries returned by the ReadDir iterator.
DirEntryViewUtf8fs_utf8
Entries returned by the ReadDir iterator.
DirView
A view of a Dir.
DirViewUtf8fs_utf8
A view of a Dir.
ReadDirView
Iterator over the entries in a directory.
ReadDirViewUtf8fs_utf8
Iterator over the entries in a directory.

Enums§

ViewKind
The kind of a view.

Functions§

ambient_authority
Return an AmbientAuthority value, which allows use of functions that include an AmbientAuthority argument.