pub type AnyError = Box<dyn Error + Send + Sync + 'static>;
pub struct AnyError(/* private fields */);