Enum config::FileFormat [] [src]

pub enum FileFormat {
    Toml,
}

Variants

TOML (parsed with toml)

Trait Implementations

impl Clone for FileFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FileFormat
[src]