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