Type Alias LibArc

Source
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 */ }