Trait multiversx_sc::tuple_util::NestedTuple
source · pub trait NestedTuple { }
Expand description
A tuple of the form (A, (B, (… (N, ())))).
It is always terminated with a unit.
pub trait NestedTuple { }
A tuple of the form (A, (B, (… (N, ())))).
It is always terminated with a unit.