Available on non-crate feature std only.
An iterator over the value in a
Ok variant of a
Result.
An iterator over a reference to the
Ok variant of a
Result.
An iterator over a mutable reference to the
Ok variant of a
Result.
Result is a type that represents either success (
Ok) or failure (
Err).