pub unsafe fn fmt_shared<T>( payload: ValuePayload, f: &mut Formatter<'_>, ) -> Resultwhere T: Clone + PartialEq + Display + Debug + Send + Sync + 'static,
Shared-heap fmt: render the shared value.
fmt
The payload must co-own an Arc<T> buffer.
Arc<T>