Trait arret_runtime::boxed::ConstTagged  [−][src]
Marks that this boxed struct has a specific constant type tag
For example, Vector<Str> is ConstTagged because it always has a type tag of Vector. As
a counterexample, Num is not because it could either have an Int or Float type tag.
In mathematical terms this can be thought of as the struct being surjective to the type tag.
Associated Constants
Loading content...Implementors
Loading content...