pub type RefIter<'a, I> = DataIter<'a, RefData<'a>, I>;
pub struct RefIter<'a, I> { /* private fields */ }