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§

Type Aliases§

  • Type alias for std::result::Result to ease up implementation