Type Alias OnMessage

Source
pub type OnMessage = Box<dyn Fn(u32, Vec<u8>) + Send + Sync + 'static>;

Aliased Typeยง

struct OnMessage(/* private fields */);