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§

source

fn config_example_snippet() -> String

Returns the configuration example snippet to be used in new configuration files.

Implementors§