Type Alias SyncEventHandler

Source
pub type SyncEventHandler = dyn Fn(SyncEvent) -> Pin<Box<dyn Future<Output = Result<()>> + Send>> + Send + Sync;
Expand description

The synchronization async event handler.