Expand description
RustQuant
error handling module.
A custom error type RustQuantError
is defined, along with a macro to create an error,
that propagates a RustQuantError
with the text to include in the output.
Macros§
- error
- Create a
RustQuantError
with the text to include in the output. You would use it as follows:
Enums§
- Curve
Error - Curve error enum.
- Rust
Quant Error - Error type for
RustQuant
.