Expand description
Error types for the rhei-core crate.
All fallible operations in this crate return CoreError. Concrete engine
crates define their own error types but map into CoreError when crossing
the shared trait boundary.
Enumsยง
- Core
Error - Top-level error type for
rhei-coreoperations.