1
2
3
4
pub trait TomlExample {
    /// structure to toml example
    fn toml_example() -> String;
}