Skip to main content

PendingLabelChanges

Type Alias PendingLabelChanges 

Source
pub type PendingLabelChanges = Rc<RefCell<Vec<(String, Option<String>)>>>;
Expand description

Pending label changes accumulator (used by tree selector, flushed each frame).

Aliased Typeยง

pub struct PendingLabelChanges { /* private fields */ }