Struct ufmt::DebugStruct
source · pub struct DebugStruct<'f, 'w, W>where
W: uWrite + ?Sized,{ /* private fields */ }Expand description
A struct to help with uDebug implementations.
This is useful when you wish to output a formatted struct as a part of your uDebug::fmt
implementation.
This can be constructed by the Formatter::debug_struct method.