Enum warc::WarcVersion [] [src]

pub enum WarcVersion {
    Warc10,
    Unknown(String),
}

Variants

WARC/1.0

Outputs the value provided

Trait Implementations

impl Display for WarcVersion
[src]

Formats the value using the given formatter. Read more

impl FromStr for WarcVersion
[src]

The associated error which can be returned from parsing.

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