pub type RouterOneShotHandler = Box<dyn FnOnce(IpcMessage) + Send>;
Function to call the first time that a message is received from the corresponding receiver.
pub struct RouterOneShotHandler(/* private fields */);