Expand description
Metadata about transitions between Sandbox states
Structs§
- Multi
UseContext Callback - A
TransitionMetadatathat calls a callback. The callback function takes a mutable reference to aMultiUseGuestCallContextand returns aResult<()>to signify success or failure of the function. - Noop
- Transition metadata that contains and does nothing.
Noopis a placeholder when you want to implement anEvolvableSandboxorDevolvableSandboxthat needs no additional metadata to succeed.
Traits§
- Transition
Metadata - Metadata about an evolution or devolution. Any
Sandboximplementation that also implementsEvolvableSandboxorDevolvableSandboxcan decide the following things in a type-safe way: