Class Subspace :: sus :: option :: OptionIter
An iterator over the element from an Option
.
This type is returned from Option::iter
,
Option::iter_mut
and
Option::into_iter
, as well as
Result::iter
,
Result::iter_mut
and
Result::into_iter
.