Struct wright::parser::ast::Block
[−]
[src]
pub struct Block {
pub statements: Vec<Box<Statement>>,
}Block of statements
Fields
statements: Vec<Box<Statement>>