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

pub struct LinesAny<'a>(_);
Deprecated since 1.4.0

: use lines()/Lines instead now

Created with the method lines_any.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

[src]

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

[src]

[src]

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

[src]