pub struct DebugList<'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 list of items as a part of your uDebug::fmt implementation.

This can be constructed by the Formatter::debug_list method.

Implementations

Adds a new entry to the list output.

Adds the contents of an iterator of entries to the list output.

Finishes output

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

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.