Crate remote_block_device
source ·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.
Enums
Constants
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.