pub type PendingLabelChanges = Rc<RefCell<Vec<(String, Option<String>)>>>;
Pending label changes accumulator (used by tree selector, flushed each frame).
pub struct PendingLabelChanges { /* private fields */ }