pub type BlockNode<'ast, T> = Node<'ast, Block<'ast, T>>;
pub struct BlockNode<'ast, T> { /* private fields */ }