Skip to main content

Module types

Module types 

Source

Structs§

Action
What to execute inside a VM.
ExecutionResult
Result of executing an action.
NullSink
No-op sink for when output is not needed.
SnapshotId
Opaque snapshot handle. Backend-specific contents.
VmConfig
VM resource configuration.

Enums§

CachingPolicy
How to cache the result.
ImageSource
Where to boot the VM from.
SnapshotLabel
Typed instruction for Vm::snapshot, describing how the committed snapshot should be tagged.

Traits§

OutputSink
Receives stdout/stderr lines during execution.