sharedlib::DataRc [] [src]

type DataRc<T> = DataTracked<T, Rc<LibUnsafe>>;

A pointer to shared data which uses non-atomic ref-counting to avoid outliving its library.