Type Alias DataArc

Source
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 */ }