Type Alias ipc_channel::router::RouterHandler
source · pub type RouterHandler = Box<dyn FnMut(IpcMessage) + Send>;
Expand description
Function to call when a new event is received from the corresponding receiver.
Aliased Type§
struct RouterHandler(/* private fields */);