pub fn nodes_healthcheck<'a>( nodes: Box<dyn Iterator<Item = &'a mut dyn Validator> + 'a> ) -> Result<()>