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

pub struct PrettyPrinter<'a, T: PrettyPrint> { /* fields omitted */ }

Wrapper for using a PrettyPrint where a Display is expected.

Methods

impl<'a, T: PrettyPrint> PrettyPrinter<'a, T>
[src]

[src]

Format the listing with the recorded parameters when Display::fmt is called.

Trait Implementations

impl<'a, T: PrettyPrint> Display for PrettyPrinter<'a, T>
[src]

[src]

Formats the value using the given formatter. Read more