Module cfx_storage::utils::tuple
source · Re-exports§
pub use placeholders::PLACEHOLDERS;
Modules§
Structs§
Traits§
- To make it easy for compiler to compute automated implementation.
- ElementConstrain is a trait that can be made into trait object where the tuple element satisfies.
- Trait on Index, meaning that the element at Index for ConcernedTuple satisfies ElementConstrain.
- This trait is on Tuple.