Type Alias FuncArc

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