Module radn::rstd::inlining::static_pair
source · Expand description
Generic implementation for objects that are structured like a pair of two other objects.
Structs
- Generic implementation of a Factory for StaticPairs.
Traits
- Trait to be implemented on object data.
- Atomic equivalent of
StaticPair. - Trait to represent serialisation of object’s data. Due to serialisation being Context-free in RADN, this functionality is in a separate trait.