pub trait AccIndentation: Accumulator {
    // Required method
    fn indentation<'a>(&'a self) -> &'a Spaces;
}
Expand description

Builder of a node aware of its indentation for the hyperAST

Required Methods§

source

fn indentation<'a>(&'a self) -> &'a Spaces

Implementors§