pub trait End { type Output; // Required method fn end(self) -> Self::Output; }
Represents C++’s end() const function.
end() const
Output type.
Returns a C++ const iterator object pointing to the end of the collection.