Module spirq_core::error
source · Expand description
Error infrastructure.
Macros§
- Construct an ad-hoc error from a string or existing non-
anyhowerror value.
Structs§
- The
Errortype, a wrapper around a dynamic error type.
Type Aliases§
Result<T, Error>