pub type UserInfoIter<'a> = Iter<'a, UserInfo>;
Iterator over changed users.
struct UserInfoIter<'a> { /* private fields */ }