fn parse_line(
line: &str,
) -> Result<(VariableValue, String, ValueKind, u32), MappingParseError>Expand description
Parse a line and extract variable value, label, value kind, and length of the value.
fn parse_line(
line: &str,
) -> Result<(VariableValue, String, ValueKind, u32), MappingParseError>Parse a line and extract variable value, label, value kind, and length of the value.