Expand description
Builder to parse input and accumulate errors.
Structs§
- Array
Builder - A builder to record the parsing results of elements of an array in the input.
- Builder
Finisher - Intermediate state when either
FieldBuilder::on_ok()orStructBuilder::on_ok()were called. - Field
Builder - A builder to record parsing results for a field of the input.
- Struct
Builder - A builder to record parsing results for a nested struct in the input.
Traits§
- Error
Builder Parent - Parent builders can have child builders to simulate nested structures.