Struct std_prelude::str::Lines1.0.0 [] [src]

pub struct Lines<'a>(_);

An iterator over the lines of a string, as string slices.

This struct is created with the lines method on str. See its documentation for more.

Trait Implementations

impl<'a> Debug for Lines<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> FusedIterator for Lines<'a>
[src]

impl<'a> Clone for Lines<'a>
[src]

[src]

impl<'a> Iterator for Lines<'a>
[src]

[src]

[src]

impl<'a> DoubleEndedIterator for Lines<'a>
[src]

[src]