Type Alias DataRc

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