Expand description
User-facing render and parse failures as a simple string message.
Functions in this crate that can fail return Result<T, RunjucksError>.
Structs§
- Runjucks
Error - Error returned when lexing, parsing, or rendering cannot complete.
Type Aliases§
- Result
- Convenient alias for
std::result::ResultwithRunjucksErroras the error type.