pub type RcType<T> = Rc<T>;
The global struct used as an Rc, depending on the arc feature
arc
struct RcType<T> { /* private fields */ }