extract_format_string

Function extract_format_string 

Source
pub fn extract_format_string(
    value: &Value,
    context: &str,
) -> Result<String, String>
Expand description

Extract a printf-style format string from a MATLAB value, validating that it is a character row vector or string scalar.