pub fn store_inline<T>(value: T) -> ValuePayloadExpand description
Value-model re-exports: the word, its payload, type descriptors, and the
export hook live in crate::value, the single representation for
every type.
Copy a Copy value’s bytes into a payload. Panics when T exceeds 64
bits: such types must use the heap path.