Type Alias PbType

Source
pub type PbType = Type;

Aliased Type§

#[repr(i32)]
pub enum PbType { Unspecified = 0, RowsLegacy = 2, Rows = 5, Range = 10, Session = 15, }

Variants§

§

Unspecified = 0

§

RowsLegacy = 2

Deprecated since we introduced RANGE frame.

§

Rows = 5

§

Range = 10

§

Session = 15