Struct liva_parser::statement::Block  [−][src]
pub struct Block<'a> {
    pub statements: Vec<Statement<'a>>,
    pub return_stmt: Option<ReturnStmt<'a>>,
}Fields
statements: Vec<Statement<'a>>return_stmt: Option<ReturnStmt<'a>>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Block<'a>
impl<'a> UnwindSafe for Block<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more