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