Module cargo::util::errors [] [src]

Structs

CargoError

The Error type.

CargoTestError

Error when testcases fail

CliError
ProcessError

Enums

CargoErrorKind

The kind of an error.

Test

Traits

CargoResultExt

Additional methods for Result, for easy interaction with this crate.

Functions

internal
process_error

Type Definitions

CargoResult

Convenient wrapper around std::Result.

CliResult