Expand description
Crate for directory operations.
Traits§
- AsRef
Directory - A trait for types that can vend out a
Directoryreference. - Directory
- A trait for opening filesystem nodes.
Functions§
- open_
directory_ async - Opens the given
pathfrom the givenparentdirectory as a [DirectoryProxy] asynchronously. - open_
file_ async - Opens the given
pathfrom the givenparentdirectory as a [FileProxy] asynchronously.