[src]

std::str::RevCharOffsets

type RevCharOffsets<'a> = Rev<CharOffsets<'a>>;

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