pub type FfiNodeFactory_CTO<'_sub> = FfiNodeFactory_TO<RRef<'_sub, ()>>;Expand description
A type alias for the const-constructible FfiNodeFactory_TO.
Aliased Type§
#[repr(transparent)]pub struct FfiNodeFactory_CTO<'_sub> {
pub obj: RObject<'static, RRef<'_sub, ()>, FfiNodeFactory_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>,
/* private fields */
}Fields§
§obj: RObject<'static, RRef<'_sub, ()>, FfiNodeFactory_Interface, VTable_Prefix<(), RRef<'_sub, ()>>>