Type Definition exonum::storage::Iter [] [src]

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

A generalized iterator over the storage views.