Type Alias rkyv::niche::option_nonzero::Iter
source · pub type Iter<'a, T> = Iter<'a, T>;
Expand description
An iterator over a reference to the Some
variant of an ArchivedOptionNonZero
integer.
This iterator yields one value if the ArchivedOptionNonZero
integer is a Some
, otherwise
none.
Aliased Type§
struct Iter<'a, T> { /* private fields */ }