Expand description
Traits that data provider implementations can use to optimize storage
by using VarULE
.
See MaybeAsVarULE
for details.
Traits§
- A trait that associates a [
VarULE
] type with a data struct. - Export-only trait associated with
MaybeAsVarULE
. See that trait for additional details.