Type Definition esr::ast::BlockNode

source ·
pub type BlockNode<'ast, T> = Node<'ast, Block<'ast, T>>;