Expand description
Structured field parsers: converts typed sub-fields into model types.
All parsers follow the same convention:
- Accept
&[Line],&mut usize(pos),&mut Vec<AgmError> - On entry,
*pospoints to the first line AFTER theFieldStartline - Field content ends when a line’s indent < base_indent (non-blank),
or a
NodeDeclarationis encountered, or EOF