Type Definition calypso_error::CalResult[][src]

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

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