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