pub struct DebugList<'f, 'w, W>{ }
Expand description
A struct to help with uDebug implementations.
This is useful when you wish to output a formatted list of items as a part of your
uDebug::fmt implementation.
This can be constructed by the Formatter::debug_list method.
Adds a new entry to the list output.
Adds the contents of an iterator of entries to the list output.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
[From]<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.