Module fs_management::filesystem
source · Expand description
Contains the asynchronous version of [Filesystem
][crate::Filesystem
].
Structs
- Asynchronously manages a block device for filesystem operations.
- Manages the binding of a
fuchsia_io::DirectoryProxy
into the local namespace. When the object is dropped, the binding is removed. - Asynchronously manages a serving multivolume filesystem. Created from
Filesystem::serve_multi_volume()
. - Asynchronously manages a serving filesystem. Created from
Filesystem::serve()
. - Represents an opened volume in a [`ServingMultiVolumeFilesystem’] instance.