pub unsafe trait SpawnHandlewhere Self: Send + Future<Output = Box<dyn Send + Any + 'static>> + Unpin,{ }
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".