Type Alias Iter

Source
pub type Iter<P> = Iter<P>;
Expand description

An iterator over a reference to the Some variant of an ArchivedOptionBox.

This iterator yields one value if the ArchivedOptionBox is a Some, otherwise none.

Aliased Typeยง

struct Iter<P> { /* private fields */ }