Crate RustQuant_error

Source
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§

CurveError
Curve error enum.
RustQuantError
Error type for RustQuant.