pub type IterPtr<T> = Box<dyn Iterator<Item = Result<T>>>;
pub struct IterPtr<T>(/* private fields */);