pub fn ensure_node_is_in_sync_with_others(
    target_node: &(impl SyncNode + Send),
    other_nodes: Vec<&(impl SyncNode + Send)>,
    sync_wait: Thresholds<Speed>,
    info: &str
) -> Result<(), SyncNodeError>