Trait code_gen::expressions::Expression [−][src]
pub trait Expression {
fn write(&self, b: &mut CodeBuffer);
}
Expand description
Represents a code expression.
Required methods
fn write(&self, b: &mut CodeBuffer)
fn write(&self, b: &mut CodeBuffer)
Writes the expression to the code buffer.