pub type RouteOut = fn(msg: AllocationInstruction, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;Expand description
RouteOut is the callback type for routing AllocationInstruction messages.
pub type RouteOut = fn(msg: AllocationInstruction, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;RouteOut is the callback type for routing AllocationInstruction messages.