pub type DataArc<T> = DataTracked<T, Arc<LibUnsafe>>;Expand description
A pointer to shared data which uses atomic ref-counting to avoid outliving its library.
Aliased Typeยง
pub struct DataArc<T> { /* private fields */ }pub type DataArc<T> = DataTracked<T, Arc<LibUnsafe>>;A pointer to shared data which uses atomic ref-counting to avoid outliving its library.
pub struct DataArc<T> { /* private fields */ }