pub type ExtraChecksStaticRef = ExtraChecks_TO<RRef<'static, ()>>;
Expand description

An ffi-safe equivalent of &'static dyn ExtraChecks.

Aliased Type§

struct ExtraChecksStaticRef {
    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, ()>>>