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.
fn parse_key_with_kind(
token: &str,
) -> Result<(VariableValue, ValueKind, u32), MappingParseError>Parse the first item into a VariableValue, a ValueKind, and its bit width.