Skip to main content

RC

Type Alias RC 

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

Aliased Typeยง

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