Type Alias Block

Source
pub type Block = Vec<Statement>;

Aliased Type§

struct Block { /* private fields */ }

Trait Implementations§

Source§

impl Node for Block

Source§

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