pub type FuncArc<T> = FuncTracked<T, Arc<LibUnsafe>>;
Expand description
A pointer to a shared function which uses atomic ref-counting to avoid outliving its library.
Aliased Typeยง
struct FuncArc<T> { /* private fields */ }
pub type FuncArc<T> = FuncTracked<T, Arc<LibUnsafe>>;
A pointer to a shared function which uses atomic ref-counting to avoid outliving its library.
struct FuncArc<T> { /* private fields */ }