Expand description
The standardized Sandbox trait and the ways it ban be transitioned
to a different Sandbox trait
Traits§
- Devolvable
Sandbox - A
Sandboxthat knows how to roll back to a “previous”Sandbox - Evolvable
Sandbox - A
Sandboxthat 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
Sandboximplementations. - Uninitialized
Sandbox - A utility trait to recognize a Sandbox that has not yet been initialized. It allows retrieval of a strongly typed UninitializedSandbox.