Crate fungui_syntax Copy item path Source desc Parser for the UI description format style Parser for the UI style format Errors Struct which hold information about an error that occurred at a specific position.
Can hold multiple instances of Error
if more that one error occurred in the same position. Ident An identifier. Position The position in the source file where the
the ident/value/etc was defined. Error Enum used to store information about an error that has occurred during parsing. Info Enum holding error information. Variants are defined for Stream::Item
and Stream::Range
as
well as string variants holding easy descriptions. format_error Formats the error in a user friendly format format_parse_error Formats a parsing error using format_error
. PError