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