Type Definition esr::ast::NodeList

source ·
pub type NodeList<'ast, T> = List<'ast, Node<'ast, T>>;