Struct code_gen::statements::ExpressionStatement [−][src]
pub struct ExpressionStatement<E: Expression> { /* fields omitted */ }
Expand description
Represents a statement that wraps an expression.
Trait Implementations
Writes the statement to the code buffer at the indent level.