pub const KNOWN_PRIMITIVE_NAMES: &[&str];Expand description
The registry names of the linera-base primitives handled by
LineraEnvironment. These are exactly the types whose human-readable
serde representation differs from their BCS form and whose BCS form is a
named container (so it can be matched by name in a traced registry).