Type Definition esr::ast::PatternList

source ·
pub type PatternList<'ast> = NodeList<'ast, Pattern<'ast>>;