Expand description
library error types
Enums§
- Kefta
Error - an error while parsing attributes
- Kefta
Expected - an expected type in an error
- Kefta
Token Error - an error for parsing tokens into nodes
Type Aliases§
- Kefta
Result - alias for
Result<T, KeftaError>