[go: up one dir, main page]

color-eyre 0.5.1

An error report handler for panics and eyre::Reports for colorful, consistent, and well formatted error reports for all kinds of errors.
Documentation
1
2
3
4
use crate::eyre::Report;
pub trait Sealed {}

impl<T, E> Sealed for std::result::Result<T, E> where E: Into<Report> {}