Skip to main content

parse_field

Function parse_field 

Source
pub fn parse_field(
    chars: &mut Peekable<Chars<'_>>,
    nesting_depth: usize,
) -> Result<(FieldSpec, Option<String>), FormatParseError>
Expand description

Parse a single field specification from the pattern