Expand description
Error types for the apex-solver library
This module provides the main error and result types used throughout the library.
All errors use the thiserror crate for automatic trait implementations.
Enums§
- Apex
Error - Main error type for the apex-solver library
Type Aliases§
- Apex
Result - Main result type used throughout the apex-solver library