Skip to main content

NomChildren

Type Alias NomChildren 

Source
pub type NomChildren<C> = Vec<(Range<usize>, C)>;
Expand description

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

Aliased Typeยง

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