pub trait AsyncSpawnwhere Self: Future<Output = ()> + Send + 'static,{ // Required method fn spawn(self); }