pub trait Generator { // Required method fn generate(&self, indentation: Indentation, level: usize) -> String; }