pub fn parse_lines(input: &str) -> impl Iterator<Item = Result<ParsedLine<'_>>>Expand description
Parses a new line-delimited string into an iterator of
ParsedLine. See the crate-level documentation for more
information and examples.
pub fn parse_lines(input: &str) -> impl Iterator<Item = Result<ParsedLine<'_>>>Parses a new line-delimited string into an iterator of
ParsedLine. See the crate-level documentation for more
information and examples.