Struct device_tree::util::str::Lines
[−]
[src]
pub struct Lines<'a>(_);1.0.0
Created with the method lines()
.
pub struct Lines<'a>(_);1.0.0
Created with the method lines()
.
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>
impl<'a> Debug for Lines<'a>
impl<'a> Clone for Lines<'a>