Expand description
Errors!
This module is kind of pointless and stubbed out right now, because the crate is currently opting for a “typeless” approach (where everything gets folded into miette::Report right away).
If we ever change this decision, this will be a lot more important!
Structs§
- Jinja
Error With Backtrace - A struct that implements
std::error::Errorso it can be added as “related” to a miette diagnostic, and it’ll show the backtrace.
Enums§
- Dist
Error - Errors dist can have
Type Aliases§
- Dist
Result - An alias for the common Result type for this crate