Module builder

Module builder 

Source
Expand description

Builder to parse input and accumulate errors.

Structs§

ArrayBuilder
A builder to record the parsing results of elements of an array in the input.
BuilderFinisher
Intermediate state when either FieldBuilder::on_ok() or StructBuilder::on_ok() were called.
FieldBuilder
A builder to record parsing results for a field of the input.
StructBuilder
A builder to record parsing results for a nested struct in the input.

Traits§

ErrorBuilderParent
Parent builders can have child builders to simulate nested structures.