iter abstract method

RIterator<S> iter()

Returns an iterable over the possibly contained value. The iterator yields one value if the result is Ok, otherwise none.

Implementation

RIterator<S> iter();