Error types and the crate-wide Result alias. Error types for CASC operations.
Result
All fallible functions in this crate return Result<T>, which is an alias for std::result::Result<T, CascError>.
Result<T>
std::result::Result<T, CascError>
CascError