Type Alias LibRc

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