Compare node properties.

This commit is contained in:
Tom Alexander
2023-09-06 18:49:59 -04:00
parent 49afcf0db6
commit 6fc607cfe0
3 changed files with 50 additions and 5 deletions

View File

@@ -114,6 +114,12 @@ impl<'s> Source<'s> for PropertyDrawer<'s> {
}
}
impl<'s> Source<'s> for NodeProperty<'s> {
fn get_source(&'s self) -> &'s str {
self.source
}
}
impl<'s> Source<'s> for Table<'s> {
fn get_source(&'s self) -> &'s str {
self.source