std::str::CharOffsetRevIterator

type CharOffsetRevIterator<'self> = Invert<CharOffsetIterator<'self>>;

External iterator for a string's characters and their byte offsets in reverse order. Use with the std::iterator module.