Skip to main content

ChumChildren

Type Alias ChumChildren 

Source
pub type ChumChildren<C> = Vec<(SimpleSpan, C)>;
Expand description

The children a chumsky parser produces: slice-relative spans plus the context each child carries into the next round.

Aliased Typeยง

pub struct ChumChildren<C> { /* private fields */ }