Skip to main content

parse_field

Function parse_field 

Source
pub fn parse_field(arg: &str) -> Result<(String, Value)>
Expand description

Parse a key=value custom-field assignment, coercing the value through YAML (so n=3 is an int, t=[a, b] a list, s=foo a string).