Skip to main content

ControlHook

Type Alias ControlHook 

Source
pub type ControlHook = Box<dyn FnMut(&[u8]) + Send>;
Expand description

Hook invoked with a received Ping/Pong payload.

Aliased Typeยง

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