Skip to main content

EventCallback

Type Alias EventCallback 

Source
pub type EventCallback<T> = Arc<dyn Fn(ServerEvent<T>) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;
Expand description

Type alias for event callbacks

Aliased Typeยง

pub struct EventCallback<T> { /* private fields */ }