Module dimas_core::error
source · Expand description
Error handling
The DiMAS specific error enum DimasError together with a type alias for std::result::Result to write only Result<T>.
Enums§
DiMASError type
Type Aliases§
- Type alias for
std::result::Resultto ease up implementation