Trait llmvm_protocol::ConfigExampleSnippet
source · pub trait ConfigExampleSnippet {
// Required method
fn config_example_snippet() -> String;
}
Expand description
A configuration data structure that provides an example for generating new TOML configuration files. The example should include customizable fields with comments explaining their purpose.
Required Methods§
sourcefn config_example_snippet() -> String
fn config_example_snippet() -> String
Returns the configuration example snippet to be used in new configuration files.