pub enum NextestExitCode {}
Expand description

Documented exit codes for cargo nextest failures.

cargo nextest runs may fail for a variety of reasons. This structure documents the exit codes that may occur in case of expected failures.

Unknown/unexpected failures will always result in exit code 1.

Implementations

Running cargo metadata produced an error.

Building tests produced an error.

One or more tests failed.

A user issue happened while setting up a nextest invocation.

An experimental feature was used without the environment variable to enable it.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.