Expand description
Error context and helper utilities
This module provides utilities for adding context to errors, converting spans to locations, and building error chains.
Structs§
- Error
Context - Error context builder for adding context to errors
Traits§
- Result
Ext - Extension trait for Result types to add error context
Functions§
- span_
to_ location - Convert a byte-offset Span to line/column SourceLocation
Type Aliases§
- Result
- Result type alias for Shape operations