[][src]Trait rujag::tools::Indent

pub trait Indent {
    fn indent(self, number: usize) -> Self;
}

Required methods

fn indent(self, number: usize) -> Self

Loading content...

Implementations on Foreign Types

impl Indent for String[src]

Loading content...

Implementors

Loading content...