Crate vmo_backed_block_server

Source

Structs§

VmoBackedServer
A local server backed by a VMO.
VmoBackedServerConnector
Implements BlockConnector to vend connections to a VmoBackedServer.
VmoBackedServerOptions

Enums§

InitialContents
The initial contents of the VMO. This also determines the size of the block device.
WriteAction
The Observer can silently discard writes, or fail them explicitly (zx::Status::IO is returned).

Traits§

Observer
VmoBackedServerTestingExt
Extension trait for test-only functionality. unwrap is used liberally in these functions, to simplify their usage in tests.