Type Alias FuncRc

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