pub fn medic<'iter>(
output: &mut impl Write,
checks: impl Iterator<Item = &'iter Check>,
) -> Result<CheckResult, MedicError>
Expand description
Perform environment sanity check
Returns the worst level found (which can be passed to summary
)