Type Alias PropertyPtrList
pub type PropertyPtrList = Arc<Vec<Arc<PropertyPtr>>>;Expand description
Thread-safe collection of property pointer entries.
Provides a growable vector implementation optimized for concurrent access patterns, supporting efficient property pointer enumeration and batch operations.
Aliased Typeยง
pub struct PropertyPtrList { /* private fields */ }