[][src]Module rood::error

Common error type for the Rood library as well as for most Purposed projects.

Structs

Error

Error is a general error type used for failures in components of the Rood library, as well as by most purposed tools.

Enums

Cause

Possible error causes. Useful for handling various failures from the code without having too much detail.

Type Definitions

CausedResult

CausedResult<T> is a type alias for Result<T, Error>.