Skip to main content

EventHandler

Type Alias EventHandler 

Source
pub type EventHandler = Box<dyn Fn(Vec<u8>) -> Pin<Box<dyn Future<Output = ()> + Send>> + Send + Sync>;

Aliased Typeยง

pub struct EventHandler(/* private fields */);