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