Module sandbox

Source
Expand description

The standardized Sandbox trait and the ways it ban be transitioned to a different Sandbox trait

Traits§

DevolvableSandbox
A Sandbox that knows how to roll back to a “previous” Sandbox
EvolvableSandbox
A Sandbox that knows how to “evolve” into a next state.
Sandbox
The minimal functionality of a Hyperlight sandbox. Most of the types and operations within this crate require Sandbox implementations.
UninitializedSandbox
A utility trait to recognize a Sandbox that has not yet been initialized. It allows retrieval of a strongly typed UninitializedSandbox.