Function boxworks_lang::ast::parse_hlist_using_cst
source ยท pub fn parse_hlist_using_cst<'a>(
cst: impl TreeIter<'a>,
errs: &ErrorAccumulator<'a>,
) -> Vec<Horizontal<'a>>
Expand description
Parse a hlist using an explicitly provided CST.