Skip to main content

fmt_inline

Function fmt_inline 

Source
pub unsafe fn fmt_inline<T>(
    payload: ValuePayload,
    f: &mut Formatter<'_>,
) -> Result<(), Error>
where T: Copy + PartialEq + Display + Debug + Send + Sync + 'static,
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.