pub trait Data: Send + Sync + 'static { }
All Send + Sync + 'static types can be used as AsyncEngine request and response types.
Send
Sync
'static
AsyncEngine