Expand description
src/error.rs This module defines the custom error types for the entire tight-binding library. By using a centralized error enum, we can replace all panics with recoverable Results, making the library safer and more robust for consumers.
Enums§
- TbError
- The primary error type for all fallible operations in this library.
Type Aliases§
- Result
- A specialized
Resulttype for this library’s operations.