Class Subspace :: sus :: iter :: ByRef
An iterator that holds a reference to another iterator and proxies calls through to it. Used to create multiple iterators that share underlying state. The ByRef class must outlive the iterator it refers to.
This type is returned from Iterator::by_ref()
.
Methods
sus::iter::ExactSizeIterator trait.
sus::iter::Iterator trait.
sus::iter::DoubleEndedIterator trait.
sus::iter::Iterator trait.
auto trusted_len() const -> sus::iter::__private::TrustedLenMarker
requires
sus::iter::TrustedLen<RefIterator>
sus::iter::TrustedLen trait.