pub fn parse(bytes: &[u8]) -> Lines<'_> ⓘ
Parse attribute assignments line by line from bytes, and fail the operation on error.
bytes
For leniency, ignore errors using filter_map(Result::ok) for example.
filter_map(Result::ok)