pub trait Repr: Sealed { }
Expand description
Serialized object representation
Boxed - object with explicit type id. Can be used for enums or dynamic dispatch.
Bare - object without explicit type id. Can only be used for structs, or write-only enums.