Type Definition matterdb::Iter[][src]

type Iter<'a> = Box<dyn Iterator + 'a>;

A generalized iterator over the storage views.