Skip to main content

parse_line

Function parse_line 

Source
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.