Type Alias RefCounter

Source
pub type RefCounter = RefCounterIsOwned<true>;
Expand description

This class is used to manage reference-counting providing a simple interface and a counter.

Aliased Type§

pub struct RefCounter(/* private fields */);