std::str::CharRSplitIterator

type CharRSplitIterator<'self, Sep> = Invert<CharSplitIterator<'self, Sep>>;

An iterator over the substrings of a string, separated by sep, starting from the back of the string.