ipc_channel::router

Type Alias 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 */);