pub trait Iterator { fn next(&mut self) -> Option; }