Skip to main content

fmt_inline

Function fmt_inline 

Source
pub unsafe fn fmt_inline<T>(
    payload: ValuePayload,
    f: &mut Formatter<'_>,
) -> Result
where T: Copy + PartialEq + Display + Debug + Send + Sync + 'static,
Expand description

Inline fmt: reconstruct and render.

ยงSafety

The payload must hold bytes stored by store_inline for T.