Struct indented::Indented [] [src]

pub struct Indented<D, I> where
    D: Display,
    I: Indent
{ /* fields omitted */ }

Trait Implementations

impl<D, I> Display for Indented<D, I> where
    D: Display,
    I: Indent
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<D, I> Send for Indented<D, I> where
    D: Send,
    I: Send

impl<D, I> Sync for Indented<D, I> where
    D: Sync,
    I: Sync