Expand description
Error adapter for backward compatibility
This module provides adapters to maintain compatibility with existing code that uses the old TrackingError type while internally using the new unified MemScopeError system.
Structs§
- Default
Error Adapter - Default implementation of ErrorAdapter
Traits§
- Error
Adapter - Adapter trait for converting between old and new error types
Functions§
- adapt_
result - Convert old TrackingResult to new Result type
- from_
tracking_ error - Convenience functions for error conversion
- to_
tracking_ error - to_
tracking_ result - Convert new Result to old TrackingResult for compatibility
Type Aliases§
- Adapted
Result - Result type adapter for backward compatibility