Module cov::error[][src]

Errors related to the cov crate.

Please see documentation of the error-chain crate for detailed usage.

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Location

The location where an error happened.

Traits

IsEof

A trait to check if an error is an EOF error.

ResultExt

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

Type Definitions

Result

Convenient wrapper around std::Result.