itertools::size_hint::SizeHint [] [src]

type SizeHint = (usize, Option<usize>);

SizeHint is the return type of Iterator::size_hint().