Compare key and value.

This commit is contained in:
Tom Alexander
2023-10-02 23:45:31 -04:00
parent 60bec4695b
commit 3d1b2713ed
3 changed files with 30 additions and 4 deletions

View File

@@ -94,6 +94,7 @@ pub struct PropertyDrawer<'s> {
#[derive(Debug)]
pub struct NodeProperty<'s> {
pub source: &'s str,
pub name: &'s str,
pub value: Option<&'s str>,
}