Skip to main content

RouterOneShotHandler

Type Alias RouterOneShotHandler 

Source
pub type RouterOneShotHandler = Box<dyn FnOnce(IpcMessage) + Send>;
Expand description

Function to call the first time that a message is received from the corresponding receiver.

Aliased Typeยง

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