fn read_settings(
data: &[u8],
) -> Result<impl Iterator<Item = Result<Setting<'_>, ParserError>> + '_, ParserError>
Expand description
Read over the settings in the block of data.
fn read_settings(
data: &[u8],
) -> Result<impl Iterator<Item = Result<Setting<'_>, ParserError>> + '_, ParserError>
Read over the settings in the block of data.