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