Implement the new fields for node property.
Some checks failed
clippy Build clippy has failed
rust-build Build rust-build has succeeded
rust-foreign-document-test Build rust-foreign-document-test has failed
rust-test Build rust-test has failed

This commit is contained in:
Tom Alexander 2023-12-15 14:57:44 -05:00
parent 7430daa768
commit e47901a67f
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -278,11 +278,11 @@ impl<'s> StandardProperties<'s> for NodeProperty<'s> {
}
fn get_contents<'b>(&'b self) -> Option<&'s str> {
todo!()
None
}
fn get_post_blank(&self) -> PostBlank {
todo!()
0
}
}