pub trait IntoExactSizeIterator: IntoIterator<IntoIter: ExactSizeIterator<Item = <Self as IntoIterator>::Item>> { }