lc3_ensemble

Module err

source
Expand description

Error interface for this crate.

This module creates an Error trait implemented by error types in this crate.

The error trait extends the standard library’s std::error::Error type by adding a help method (to help assist the user in fixing the issue), and a span method (to point to where the error occurs).

Re-exports§

Enums§

  • The possible source ranges for an error.

Traits§

  • Unified error interface for all errors in this crate.