fn build_matchers<'a, T>( options: impl IntoIterator<Item = T> + 'a, ) -> Vec<String>where T: Display + 'a,