Type Definition calypso_error::CalResult

source ·
pub type CalResult<T> = Result<T, CalError>;
Expand description

A handy alias for Result<T, CalError>, genericized over T.