Type Definition esr::ast::statement::BlockStatement

source ·
pub type BlockStatement<'ast> = Block<'ast, Statement<'ast>>;