Struct cjam::toml::Toml[][src]

pub struct Toml {
    pub name: String,
    pub alias: Vec<String>,
}

Fields

Methods

impl Toml
[src]

Trait Implementations

impl Debug for Toml
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Toml

impl Sync for Toml