pub unsafe fn fmt_inline<T>(
payload: ValuePayload,
f: &mut Formatter<'_>,
) -> ResultExpand description
Inline fmt: reconstruct and render.
ยงSafety
The payload must hold bytes stored by store_inline for T.
pub unsafe fn fmt_inline<T>(
payload: ValuePayload,
f: &mut Formatter<'_>,
) -> ResultInline fmt: reconstruct and render.
The payload must hold bytes stored by store_inline for T.