Type Definition php_parser_rs::parser::ast::Block

source ·
pub type Block = Vec<Statement>;

Trait Implementations§

source§

impl Node for Block

source§

fn children(&mut self) -> Vec<&mut dyn Node>