Struct collections::str::LinesAny 1.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> Iterator for LinesAny<'a>[src]
type Item = &'a str
fn next(&mut self) -> Option<&'a str>
fn size_hint(&self) -> (usize, Option<usize>)
impl<'a> Debug for LinesAny<'a>[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.