Expand description
Contains the asynchronous version of [Filesystem
][crate::Filesystem
].
Structs§
- DirBased
Block Connector - Implements
BlockConnector
via 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::DirectoryProxy
into 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 - An abstract connector for things that speak fuchsia.hardware.block.Block and similar protocols.