pub type CalResult<T> = Result<T, CalError>;
A handy alias for Result<T, CalError>, genericized over T.
Result<T, CalError>
T