Type Alias ArrayOfTablesIntoIter

Source
pub type ArrayOfTablesIntoIter = Box<dyn Iterator<Item = Table>>;
Expand description

An iterator type over ArrayOfTables’s Tables

Aliased Type§

struct ArrayOfTablesIntoIter(/* private fields */);