Skip to main content

Module error

Module error 

Source
Expand description

Error and result types for rfham-core.

CoreError is the single error enum used across all modules in this crate. Result<T> is a type alias for std::result::Result<T, CoreError>.

Enums§

CoreError
The Error type for this crate.

Type Aliases§

Result
A Result type that specifically uses this crate’s Error.