pub type PbChangeLogNode = ChangeLogNode;
struct PbChangeLogNode { pub need_op: bool, }
need_op: bool
Whether or not there is an op in the final output.