|
parcel 0.2.2
Wrappable, wire-transferable C++23 value system with JSON serialization
|
Trait carrying wire id and default display info for a primitive storage type. More...
Trait carrying wire id and default display info for a primitive storage type.
Specialized for every type accepted by the PrimitiveStorage concept. Each specialization exposes:
type_id — kind id used on the wire (e.g. "i32", "string").name — default name applied to the cell's descriptor.description — default description applied to the cell's descriptor.| T | A primitive storage type. |