pub fn require(
tools: &[&'static Tool],
verb: &'static str,
) -> Result<(), MissingTools>Expand description
Requires every listed tool, batching all gaps into one typed refusal.
§Errors
Returns MissingTools naming every absent tool with its install link.