Function line

Source
fn line<'s>(input: &mut &'s str) -> ModalResult<ParsedLine<'s>>
Expand description

Parse a single line consisting of a key value pair or a comment, followed by 0 or more newlines.