Struct debug_builders::DebugList [] [src]

#[must_use]
pub struct DebugList<'a, 'b: 'a> { /* fields omitted */ }

A struct to help with fmt::Debug implementations.

Methods

impl<'a, 'b: 'a> DebugList<'a, 'b>
[src]

Creates a new DebugList.

Adds a new entry to the set output.

Consumes the DebugSet, finishing output and returning any error encountered.