pub fn parse_field( chars: &mut Peekable<Chars<'_>>, nesting_depth: usize, ) -> Result<(FieldSpec, Option<String>), FormatParseError>
Parse a single field specification from the pattern