Trait code_gen::Expression
source · pub trait Expression {
// Required method
fn write(&self, b: &mut CodeBuffer);
}
Expand description
Code within a line.
Required Methods§
sourcefn write(&self, b: &mut CodeBuffer)
fn write(&self, b: &mut CodeBuffer)
Writes the expression to the code buffer.