Type Definition calypso_diagnostic::prelude::CalResult

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

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