fn parse_toml( toml: &str, key: &str, struct_defs: Option<&StructDefinitions>, ) -> Result
Parse a TOML string and return the value at the given path.