Codegen

Trait Codegen 

Source
pub trait Codegen {
    type Output;

    // Required method
    fn generate(&self, project: &Project) -> Validation<Self::Output>;
}

Required Associated Types§

Required Methods§

Source

fn generate(&self, project: &Project) -> Validation<Self::Output>

Implementors§