pub trait ValueDebugFormat {
// Required method
fn value_debug_format(&self, depth: usize) -> ValueDebugFormatString<'_>;
}Expand description
Use autoref specialization to implement ValueDebug for T: Debug.
pub trait ValueDebugFormat {
// Required method
fn value_debug_format(&self, depth: usize) -> ValueDebugFormatString<'_>;
}Use autoref specialization to implement ValueDebug for T: Debug.