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