pub trait TomlExample {
    // Required method
    fn toml_example() -> String;
}

Required Methods§

source

fn toml_example() -> String

structure to toml example

Implementors§