Type Alias elephantry::pq::Format

source ·
pub type Format = Format;

Aliased Type§

enum Format {
    Text = 0,
    Binary = 1,
}

Variants§

§

Text = 0

§

Binary = 1