Function display
pub fn display<T>(t: T) -> DisplayValue<T>where
T: Display,
Available on crate features
dep_tracing
and alloc
only.Expand description
Wraps a type implementing fmt::Display
as a Value
that can be
recorded using its Display
implementation.