1 2 3
pub type Never = std::convert::Infallible; pub type AnyError = eyre::Report; pub use std::error::Error as StdError;