pub trait FmtJoinIter<T: Iterator + Clone> { // Required method fn fmtjoin<'i>(self, _: &'i str) -> FmtJoin<'i, T, T::Item>; }