ConstructEssentials
i'm really out of ideas how to name another struct name with function parameters. Well, here we go - essentials.
This commit is contained in:
@@ -53,6 +53,7 @@ impl WeakWidget {
|
||||
pub struct WidgetMap(HopSlotMap<WidgetID, Widget>);
|
||||
pub type WidgetNodeMap = SecondaryMap<WidgetID, taffy::NodeId>;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct WidgetPair {
|
||||
pub id: WidgetID,
|
||||
pub widget: Widget,
|
||||
|
||||
Reference in New Issue
Block a user