pub fn validate( content_toml: &str, schema_toml: &str, ) -> Result<(), ValidationError>
Validate TOML content against a schema