[][src]Function sval::fmt::to_debug

pub fn to_debug(value: impl Value) -> impl Debug

Convert a Value into a Debug.

The formatted value is not guaranteed to be exactly the same as a Debug implementation that might exist on the type.

This method doesn't need to allocate or perform any buffering.