Structs§
- VmoBacked
Server - A local server backed by a VMO.
- VmoBacked
Server Connector - Implements
BlockConnector
to vend connections to a VmoBackedServer. - VmoBacked
Server Options
Enums§
- Initial
Contents - The initial contents of the VMO. This also determines the size of the block device.
- Write
Action - The Observer can silently discard writes, or fail them explicitly (zx::Status::IO is returned).
Traits§
- Observer
- VmoBacked
Server Testing Ext - Extension trait for test-only functionality.
unwrap
is used liberally in these functions, to simplify their usage in tests.