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

source ·
pub type Block = Vec<Statement>;

Trait Implementations§