pub type StoredExtraChecks = ExtraChecks_CTO<'static>;
Expand description

The version of ExtraChecks that is stored in TypeLayout.

Aliased Type§

struct StoredExtraChecks {
    pub obj: RObject<'static, RRef<'static, ()>, ExtraChecks_Interface, VTable_Prefix<(), RRef<'static, ()>>>,
    /* private fields */
}

Fields§

§obj: RObject<'static, RRef<'static, ()>, ExtraChecks_Interface, VTable_Prefix<(), RRef<'static, ()>>>