fn parse_one_value(from: &str) -> Result<(String, &str), &'static str>
Available on crate feature
managed-pts
only.Expand description
Parse a value (something on the RHS of an =), which could be a CString as defined by control-spec.txt §2. Returns (value, unparsed rest of string).