pub trait Generator { // Required method fn generate(&self, ctx: &Context, config: &GeneratorConfig) -> Result<()>; }