Type Definition ipc_channel::router::RouterHandler
source · [−]pub type RouterHandler = Box<dyn FnMut(OpaqueIpcMessage) + Send>;
Expand description
Function to call when a new event is received from the corresponding receiver.