Module cargo_dist::errors

source ·
Expand description

Errors!

This module is kind of pointless and stubbed out right now, because the crate is currently opting for a “typeless” approach (where everything gets folded into miette::Report right away).

If we ever change this decision, this will be a lot more important!

Type Definitions

  • An alias for the common Result type of this crate