Type Alias Block

Source
pub type Block = Vec<Spanned<Stmt>>;

Aliased Typeยง

pub struct Block { /* private fields */ }