Enum sleep_parser::ProtocolVersion [] [src]

pub enum ProtocolVersion {
    V0,
}

SLEEP Protocol version.

Variants

The version specified as per the paper released in 2017-09.

Trait Implementations

impl Debug for ProtocolVersion
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations