Crate calypso_error
source ·Expand description
Error-handling utilities and types for use in Calypso.
Re-exports
pub use eyre;
Enums
The Calypso error type.
Type Definitions
A handy alias for
Result<T, CalError>
, genericized over T
.