pub trait TomlExample {
    // Provided method
    fn to_example() -> String { ... }
}

Provided Methods§

source

fn to_example() -> String

structure to toml example

Implementors§