pub type DebugFnTyped<T> = fn(value: TypedPtrConst<'_, T>, f: &mut Formatter<'_>) -> Result;Expand description
Function to format a value for debug. If this returns None, the shape did not implement Debug.
pub type DebugFnTyped<T> = fn(value: TypedPtrConst<'_, T>, f: &mut Formatter<'_>) -> Result;Function to format a value for debug. If this returns None, the shape did not implement Debug.