Type Alias PbChangeLogNode

Source
pub type PbChangeLogNode = ChangeLogNode;

Aliased Type§

pub struct PbChangeLogNode {
    pub need_op: bool,
    pub distribution_keys: Vec<u32>,
}

Fields§

§need_op: bool

Whether or not there is an op in the final output.

§distribution_keys: Vec<u32>