Struct code_gen::statements::EmptyStatement [−][src]
pub struct EmptyStatement { /* fields omitted */ }
Expand description
Represents an empty statement.
Trait Implementations
Writes the statement to the code buffer at the indent level.