Expand description
Contains the asynchronous version of [Filesystem][crate::Filesystem].
Structs§
- DirBased
Block Connector  - Implements 
BlockConnectorvia a service dir. Wrapsconnect_to_named_protocol_at_dir_root. - Filesystem
 - Asynchronously manages a block device for filesystem operations.
 - Namespace
Binding  - Manages the binding of a 
fuchsia_io::DirectoryProxyinto the local namespace. When the object is dropped, the binding is removed. - Serving
Multi Volume Filesystem  - Asynchronously manages a serving multivolume filesystem. Created from
Filesystem::serve_multi_volume(). - Serving
Single Volume Filesystem  - Asynchronously manages a serving filesystem. Created from 
Filesystem::serve(). - Serving
Volume  - Represents an opened volume in a [`ServingMultiVolumeFilesystem’] instance.
 
Traits§
- Block
Connector  - Creates new connections to an instance of fuchsia.hardware.block.Block and similar protocols (Volume, Partition).