Re-exports§
pub use cache::Cache;
Modules§
Structs§
- RemoteBlockClient is a BlockClient that communicates with a real block device over FIDL.
- Wraps a vmo-id. Will panic if you forget to detach.
- Options that may be used for writes.
Enums§
Traits§
- Represents a client connection to a block device. This is a simplified version of the block.fidl interface. Most users will use the RemoteBlockClient instantiation of this trait.