Struct sparkly::Display [] [src]

pub struct Display<'doc> { /* fields omitted */ }

A helper struct for rendering Docs to an std::fmt::Write.

Trait Implementations

impl<'doc> Debug for Display<'doc>
[src]

[src]

Formats the value using the given formatter.

impl<'doc> DisplayTrait for Display<'doc>
[src]

[src]

Formats the value using the given formatter. Read more