Trait code_gen::Expression
source · [−]pub trait Expression {
fn write(&self, b: &mut CodeBuffer);
}
Expand description
A code expression. (code within a line)
Required Methods
fn write(&self, b: &mut CodeBuffer)
fn write(&self, b: &mut CodeBuffer)
Writes the expression to the code buffer.