Skip to main content

Module document

Module document 

Source
Expand description

Supporting types for document and collection-lifecycle operations.

Structs§

CollectionPurgedEvent
Event passed to NodeDb::on_collection_purged handlers.

Type Aliases§

CollectionPurgedHandler
Handler registered via NodeDb::on_collection_purged. Fn-ref (not FnMut) so the same handler can fire from multiple threads without interior mutability ceremony at every call site.