Trait pprint::doc::Indent

source ·
pub trait Indent {
    // Required method
    fn indent(self) -> Self;
}

Required Methods§

source

fn indent(self) -> Self

Implementors§

source§

impl Indent for Doc<'_>