pub type Iter<P> = Iter<P>;Expand description
An iterator over a reference to the Ok variant of an ArchivedResult.
The iterator yields one value if the result is Ok, otherwise none.
Created by ArchivedResult::iter.
Aliased Typeยง
pub struct Iter<P> { /* private fields */ }