Function display
fn display<T>(t: T) -> DisplayValue<T>
where
T: Display
Wraps a type implementing fmt::Display as a Value that can be
recorded using its Display implementation.
displayfn display<T>(t: T) -> DisplayValue<T>
where
T: Display
Wraps a type implementing fmt::Display as a Value that can be
recorded using its Display implementation.