interact 0.3.6

A framework for online program state introspection
Documentation
1
2
3
pub trait ReflectIter<Item> {
    fn reflect_next(&mut self) -> Option<Item>;
}