Struct smoltcp::wire::pretty_print::PrettyIndent [] [src]

pub struct PrettyIndent { /* fields omitted */ }

Indentation state.

Methods

impl PrettyIndent
[src]

[src]

Create an indentation state. The entire listing will be indented by the width of prefix, and prefix will appear at the start of the first line.

[src]

Increase indentation level.

Trait Implementations

impl Debug for PrettyIndent
[src]

[src]

Formats the value using the given formatter.

impl Display for PrettyIndent
[src]

[src]

Formats the value using the given formatter. Read more