Skip to main content

REGISTERED_CLASS_NAMES

Static REGISTERED_CLASS_NAMES 

Source
static REGISTERED_CLASS_NAMES: Mutex<Vec<String>>
Expand description

Records every ALTREP class name registered during package_init().

After all registrations complete, assert_altrep_class_uniqueness checks for duplicates. Using Mutex rather than RefCell because validate_altrep_class can be called from any context during init.