Struct ufmt::DebugTuple
source · pub struct DebugTuple<'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 tuple as a part of your uDebug::fmt
implementation.
This can be constructed by the Formatter::debug_tuple method.