pub trait Async: Send + Sync { }
This is defined as a convenient constraint alias to Send + Sync + 'static.
Send + Sync + 'static