Extract generated finalizers into generic helper functions. (#31569)

This commit is contained in:
Josh Matthews 2024-03-08 09:15:26 -05:00 committed by GitHub
parent 0327d4638b
commit 19f1f2a8f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 60 additions and 31 deletions

View file

@ -140,6 +140,7 @@ pub mod cell;
pub mod constant;
pub mod conversions;
pub mod error;
pub mod finalize;
pub mod guard;
pub mod htmlconstructor;
pub mod inheritance;