Type Alias RefCounter

Source
pub type RefCounter<T> = Rc<T>;

Aliased Typeยง

struct RefCounter<T> { /* private fields */ }