[][src]Type Definition refpool::unsync::PoolRef

type PoolRef<A> = PoolRef<A, PoolUnsync>;

A non-thread safe reference counter type.

This is the pooled equivalent to std::rc::Rc.