Struct std::str::LinesAnyStable
[-]
[+]
[src]
pub struct LinesAny<'a> {
// some fields omitted
}An iterator over the lines of a string, separated by either \n or (\r\n).