Expand description
§Error Types
This module defines the error types used throughout the rs-stats library. All errors are structured and provide context about what went wrong.
Enums§
- Stats
Error - Main error type for the rs-stats library
Type Aliases§
- Stats
Result - Convenience type alias for Result with StatsError