Skip to main content

parse_key_with_kind

Function parse_key_with_kind 

Source
fn parse_key_with_kind(
    token: &str,
) -> Result<(VariableValue, ValueKind, u32), MappingParseError>
Expand description

Parse the first item into a VariableValue, a ValueKind, and its bit width.