RefCounter

Type Alias RefCounter 

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

Aliased Typeยง

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