Skip to main content

AutoIterator

Type Alias AutoIterator 

Source
pub type AutoIterator = Box<dyn Iterator<Item = Result<Molecule>>>;
Expand description

A boxed iterator over molecules that works with any supported format.

Aliased Typeยง

pub struct AutoIterator(/* private fields */);