Trait sp_npos_elections::TupleRef [−][src]
Expand description
A common wrapper trait for both (&A, &B) and &(A, B).
This allows us to implemented something for both Vec<_>
and BTreeMap<_>
, such as
EvaluateSupport
.
A common wrapper trait for both (&A, &B) and &(A, B).
This allows us to implemented something for both Vec<_>
and BTreeMap<_>
, such as
EvaluateSupport
.