Trait indented::Indent [] [src]

pub trait Indent {
    fn indent<W: Write>(&self, output: &mut W) -> Result;
}

Write an indent.

Required Methods

Implementations on Foreign Types

impl Indent for str
[src]

[src]

impl<'a, T: Indent + ?Sized> Indent for &'a T
[src]

[src]

impl Indent for char
[src]

[src]

Implementors