| 1 | //! Error handling and result types for BPlusTreeMap operations. |
| 2 | //! |
| 3 | //! This module provides comprehensive error handling for all B+ tree operations, |
| 4 | //! including specialized error types and result type aliases for better ergonomics. |
nothing calls this directly
no outgoing calls
no test coverage detected