Generator

Trait Generator 

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

Required Methods§

Source

fn generate(&self, ctx: &Context, config: &GeneratorConfig) -> Result<()>

Implementors§