[][src]Crate jane_eyre

By Currer Bell

Structs

Context

A custom context type for eyre::Report which provides colorful error reports and tracing-error support.

Traits

Help

A helper trait for attaching help text to errors to be displayed after the chain of errors

Type Definitions

Report

A type alias for eyre::Report<color_eyre::Context>

Result

A type alias for Result<T, color_eyre::Report>