pub fn parse_value_or_bare_string(
value_str: &str,
) -> Result<ConfigValue, TomlError>Expand description
Parses a TOML value expression. Interprets the given value as string if it can’t be parsed and doesn’t look like a TOML expression.
pub fn parse_value_or_bare_string(
value_str: &str,
) -> Result<ConfigValue, TomlError>Parses a TOML value expression. Interprets the given value as string if it can’t be parsed and doesn’t look like a TOML expression.