pub type AutoIterator = Box<dyn Iterator<Item = Result<Molecule>>>;
A boxed iterator over molecules that works with any supported format.
pub struct AutoIterator(/* private fields */);