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