pub type SizeHint = (usize, Option<usize>);
SizeHint is the return type of Iterator::size_hint().
SizeHint
Iterator::size_hint()