devela::_dep::rkyv::result

Type Alias Iter

pub type Iter<P> = Iter<P>;
Available on crate feature dep_rkyv only.
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ยง

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