Modules§
Traits§
- State
Root With AuxInfo ToFrom RlpBytes - Only used by storage benchmark due to incompatibility of rlp crate version.
- Unsafe
Cell Extension - Wrapped
Create From - The purpose of this trait is to create a new value of a passed object, when the passed object is the value, simply move the value; when the passed object is the reference, create the new value by clone. Other extension is possible.