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ยง
pub 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.
pub struct FuncArc<T> { /* private fields */ }