pub unsafe fn fmt_boxed<T>( payload: ValuePayload, f: &mut Formatter<'_>, ) -> Resultwhere T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Heap fmt: render the boxed value.
fmt
The payload must own a Box<T> exactly once.
Box<T>