Objects that can be iterated over.
impl<'a> Iterator for InodeDataIter<'a> { type Item = &'a mut InodeData; }