Module cov::error [] [src]

Errors related to the cov crate.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

At

A trait to log contextual information. When applied on an error value, a warning message will be printed out to indicate an unexpected error.

ResultExt

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

Type Definitions

Result

Convenient wrapper around std::Result.