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