pub trait TomlExample {
    // Required method
    fn toml_example() -> &'static str;
}

Required Methods§

source

fn toml_example() -> &'static str

structure to toml example

Implementors§