fix(fields): actually add the methods onto the nodes
This commit is contained in:
@@ -145,6 +145,8 @@ impl Field {
|
||||
shape: Mutex::new(shape),
|
||||
};
|
||||
node.add_aspect(field);
|
||||
<Field as FieldRefAspect>::add_node_members(node);
|
||||
<Field as FieldAspect>::add_node_members(node);
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user