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