Module transition

Source
Expand description

Metadata about transitions between Sandbox states

Structs§

MultiUseContextCallback
A TransitionMetadata that calls a callback. The callback function takes a mutable reference to a MultiUseGuestCallContext and returns a Result<()> to signify success or failure of the function.
Noop
Transition metadata that contains and does nothing. Noop is a placeholder when you want to implement an EvolvableSandbox or DevolvableSandbox that needs no additional metadata to succeed.

Traits§

TransitionMetadata
Metadata about an evolution or devolution. Any Sandbox implementation that also implements EvolvableSandbox or DevolvableSandbox can decide the following things in a type-safe way: