pub type FileFormat = FileFormat;
Expand description
Allowed formats for the configuration files.
Note: Ini
format is not supported.
Aliased Type§
enum FileFormat {
Toml,
Json,
Yaml,
Ini,
Ron,
Json5,
}
pub type FileFormat = FileFormat;
Allowed formats for the configuration files.
Note: Ini
format is not supported.
enum FileFormat {
Toml,
Json,
Yaml,
Ini,
Ron,
Json5,
}