iter abstract method
Iter<S>
iter()
Returns an iterable over the possibly contained value. The iterator yields one value if the result is Ok, otherwise none.
Implementation
Iter<S> iter();
Returns an iterable over the possibly contained value. The iterator yields one value if the result is Ok, otherwise none.
Iter<S> iter();