pub type ThreadsafeFunctionRefCounters = Vec<(usize, Arc<AtomicUsize>)>;

Aliased Type§

struct ThreadsafeFunctionRefCounters { /* private fields */ }