Enum config::FileFormat [] [src]

pub enum FileFormat {
    Toml,
}

Variants

TOML (parsed with toml)