Traits§
- Encode
AsVarULE - Allows types to be encoded as
VarULEs. This is highly useful for implementingVarULEon custom DSTs where the type cannot be obtained as a reference to some other type.
Functions§
- encode_
varule_ to_ box - Given an
EncodeAsVarULEtypeS, encode it into aBox<T>