Make properties generation aware of which nodes are leaves
This commit is contained in:
parent
0a3f2131c8
commit
f4740a1beb
8 changed files with 402 additions and 260 deletions
|
|
@ -104,7 +104,7 @@ pub struct PropertyTransitionJSON {
|
|||
pub state_id: usize,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize, PartialEq, Eq)]
|
||||
#[derive(Debug, Default, Deserialize, Serialize, PartialEq, Eq)]
|
||||
pub struct PropertyStateJSON {
|
||||
pub id: Option<usize>,
|
||||
pub property_set_id: usize,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue