Type Alias 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.

Aliased Type§

struct RouterHandler(/* private fields */);