pub type AnyResult = Arc<dyn Any + Send + Sync>;
A clonable generic result. It can/preferred to be downcasted to your specific type.
pub struct AnyResult { /* private fields */ }