Type Alias mcvm::RcType

source ·
pub type RcType<T> = Rc<T>;
Expand description

The global struct used as an Rc, depending on the arc feature

Aliased Type§

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