pub fn step<const N: usize>( kind: SetupStepKind, description: &str, details: [(&str, String); N], ) -> SetupStep
Build a step with a kind, description, and key-value details.