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!

Enums§

Type Aliases§

  • An alias for the NEW Result type for this crate (undergoing migration)
  • An alias for the common Result type of this crate