Expand description
Stable memory smart-pointers Smart-pointers and StableType trait
Modules§
- s_box
- [SBox] smart-pointer that allows storing dynamically-sized data to stable memory
- s_ref
- Immutable reference to fixed size data on stable memory
- s_
ref_ mut - Mutable reference to fixed size data on stable memory
Traits§
- Stable
Type - Anything that can be stored on stable memory should implement this trait.