pub type SyncEventHandler = dyn Fn(SyncEvent) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync;
The synchronization async event handler.