Type Alias PropertyRc
pub type PropertyRc = Arc<Property>;Expand description
A reference-counted pointer to a Property entry.
This atomic reference-counted pointer enables safe sharing of Property instances across threads while providing automatic memory management.
Aliased Typeยง
pub struct PropertyRc { /* private fields */ }