pub type Statements = Vec<Statement>;
A set of statements.
pub struct Statements { /* private fields */ }