Searched defs:NonEmptyLines (Results 1 – 1 of 1) sorted by relevance
35 pub(crate) struct NonEmptyLines<'a>(pub &'a str); struct37 impl<'a> Iterator for NonEmptyLines<'a> { implementation