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

Required Methods§

Implementations on Foreign Types§

Implementors§