pub type ScalarResult<T> = Result<T, ErrorReason>;
Expand description

Scalar result or a reason in case of an error.