pub type RootedGCThingTraits_StackBase = TypedRootedGCThingBase<StackRootedBase>;Aliased Type§
#[repr(C)]pub struct RootedGCThingTraits_StackBase {
    pub _phantom_0: PhantomData<UnsafeCell<StackRootedBase>>,
    pub _base: StackRootedBase,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<StackRootedBase>>§_base: StackRootedBase