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