Module cargo::util::errors

source ·

Structs

An error that does not need to be printed because it does not add any new information to what has already been printed.
The CLI error is the error type used at Cargo’s CLI-layer.
An unexpected, internal error.
An iterator over the ManifestError chain of causes.
Error wrapper related to a particular manifest and providing it’s path.
An error wrapper for errors that should only be displayed with --verbose.

Functions

Type Definitions