pub trait AsyncTaskResult: Any + Send + 'static { // Required method fn into_any(self: Box<Self>) -> Box<dyn Any>; }