pub fn print_health_batch(
results: &[HostHealthResult],
max_concurrency: usize,
json: bool,
) -> Result<()>Expand description
Prints multi-host health-check results (text or single-root JSON batch).
ยงErrors
Serialization or stdout I/O.