Enum log4rs::file::Format
[−]
[src]
pub enum Format {
Toml,
}Specifies the format of a configuration file.
Variants
TomlTOML.
Requires the toml feature.
Trait Implementations
impl Clone for Format[src]
fn clone(&self) -> Format
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more