Introduce extractor for setting changes

This commit is contained in:
ManyTheFish
2025-06-25 14:42:07 +02:00
parent e60b855a54
commit 31142b3663
2 changed files with 94 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ pub struct DocumentChangeContext<
pub extractor_alloc: &'extractor Bump,
/// Pool of doc allocators, used to retrieve the doc allocator we provided for the documents
doc_allocs: &'doc ThreadLocal<FullySend<Cell<Bump>>>,
pub doc_allocs: &'doc ThreadLocal<FullySend<Cell<Bump>>>,
/// Extractor-specific data
pub data: &'doc T,