pub unsafe fn fmt_inline<T>(
payload: ValuePayload,
f: &mut Formatter<'_>,
) -> Result<(), Error>Expand 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.
Inline fmt: reconstruct and render.
ยงSafety
The payload must hold bytes stored by store_inline for T.