Trait precis_tools::CodeGen [−][src]
pub trait CodeGen {
fn generate_code(&mut self, file: &mut File) -> Result<(), Error>;
}Expand description
Trait implemented by all elements which are able to generate code.
pub trait CodeGen {
fn generate_code(&mut self, file: &mut File) -> Result<(), Error>;
}Trait implemented by all elements which are able to generate code.