Struct debug_builders::DebugMap [] [src]

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

A struct to help with fmt::Debug implementations.

Methods

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

Creates a new DebugMap.

Adds a new entry to the map output.

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