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

pub struct Lines<'a>(_);
1.0.0

Created with the method lines().

Trait Implementations

impl<'a> Iterator for Lines<'a>

type Item = &'a str

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

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

impl<'a> DoubleEndedIterator for Lines<'a>

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

Derived Implementations

impl<'a> Debug for Lines<'a>

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

impl<'a> Clone for Lines<'a>

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