Module cfx_storage::utils
source · Modules§
Traits§
- Only used by storage benchmark due to incompatibility of rlp crate version.
- 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.