Struct device_tree::util::str::LinesAny [] [src]

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

: use lines()/Lines instead now

Created with the method lines_any().

Trait Implementations

impl<'a> Iterator for LinesAny<'a>

type Item = &'a str

fn next(&mut self) -> Option<&'a str>

fn size_hint(&self) -> (usize, Option<usize>)

impl<'a> DoubleEndedIterator for LinesAny<'a>

fn next_back(&mut self) -> Option<&'a str>

Derived Implementations

impl<'a> Debug for LinesAny<'a>

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl<'a> Clone for LinesAny<'a>

fn clone(&self) -> LinesAny<'a>