1pub type Never = std::convert::Infallible; 2pub type AnyError = Box<dyn std::error::Error + Send + Sync + 'static>; 3pub use std::error::Error as StdError;