std::str::AnyLineIterator

type AnyLineIterator<'self> = Map<'self, &'self str, &'self str, CharSplitIterator<'self, char>>;

An iterator over the lines of a string, separated by either \n or (\r\n).