pub type LibRc = LibTracked<Rc<LibUnsafe>>;
Expand description
A shared library which implements LibTracked with atomic ref-counting to track its Symbols.
Aliased Typeยง
struct LibRc { /* private fields */ }
pub type LibRc = LibTracked<Rc<LibUnsafe>>;
A shared library which implements LibTracked with atomic ref-counting to track its Symbols.
struct LibRc { /* private fields */ }