Type Alias PbValue

Source
pub type PbValue = Value;

Aliased Type§

enum PbValue {
    Record(u32),
    Barrier(u32),
}

Variants§

§

Record(u32)

The permits required for a chunk, i.e. the cardinality of the chunk.

§

Barrier(u32)

The permits required for a barrier, typically 1.