pub(crate) trait CombineErrors: Iterator { type Ok; // Required method fn try_combine_syn_errors(self) -> Result<Vec<Self::Ok>>; }