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
pub trait AccIndentation: Accumulator {
    // Required method
    fn indentation<'a>(&'a self) -> &'a Spaces;
}Builder of a node aware of its indentation for the hyperAST