Structs§
- 現在の解析状態を示す構造体。
Enums§
- A structure representing the commit status of the parser.
パーサのコミット状態を表す構造体。 - The enum type representing the parsing error.
解析エラーを示す列挙型。 - The enum type representing the parse result.
解析結果を示す列挙型。
Traits§
- A Element.
要素。 - Set relationship.
Functions§
- Returns a Parser that parses the elements that satisfy the specified closure conditions.
指定されたクロージャの条件を満たす要素を解析するパーサーを返します。