pub type DebugFnWide = for<'mem> unsafe fn(value: PtrConstWide<'mem>, f: &mut Formatter<'_>) -> Result;Expand description
Function to format a value for debug (wide pointer version). If this returns None, the shape did not implement Debug (wide).
pub type DebugFnWide = for<'mem> unsafe fn(value: PtrConstWide<'mem>, f: &mut Formatter<'_>) -> Result;Function to format a value for debug (wide pointer version). If this returns None, the shape did not implement Debug (wide).