pub type Current = V3;
Expand description

The newest supported raw format type. This should be changed every time a new raw format is added.

Aliased Type§

struct Current {
    pub version: u64,
    pub blocks: Vec<(u8, u8, i16, u32)>,
}

Fields§

§version: u64§blocks: Vec<(u8, u8, i16, u32)>