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. Read more

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

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'doc> Send for Display<'doc>

impl<'doc> Sync for Display<'doc>