Enum cargo_tarpaulin::config::OutputFile []

pub enum OutputFile {
    Json,
    Toml,
    Stdout,
    Xml,
}

Enum to represent possible output formats.

Variants

Methods

impl OutputFile

Trait Implementations

impl Debug for OutputFile
[src]

[src]

Formats the value using the given formatter.

impl FromStr for OutputFile

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for OutputFile

Formats the value using the given formatter. Read more