Crate from_pest

Crate from_pest 

Source
Expand description

The FromPest conversion framework to convert from pest trees into typed structure.

Enums§

ConversionError
An error that occurs during conversion.
Void
The empty type for cases which can’t occur.

Traits§

FromPest
Potentially borrowing conversion from a pest parse tree.