pub trait INgc_CheckMultiTextSequenceMethods: INgc_CheckMultiTextSequence {
// Provided methods
fn ctor(
self,
texts: impl Into<List_1<Il2CppString>>,
result_func: impl Into<Ngc_CheckMultiTextResultFunction>,
) { ... }
fn call_result_func(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
texts: impl Into<List_1<Il2CppString>>,
result_func: impl Into<Ngc_CheckMultiTextResultFunction>,
)
fn ctor( self, texts: impl Into<List_1<Il2CppString>>, result_func: impl Into<Ngc_CheckMultiTextResultFunction>, )
.ctor(crate::system::collections::generic::list_1::List_1<::unity::Il2CppString>, crate::app::ngc::Ngc_CheckMultiTextResultFunction) overload
Sourcefn call_result_func(self)
fn call_result_func(self)
CallResultFunc() overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: INgc_CheckMultiTextSequence> INgc_CheckMultiTextSequenceMethods for __T
Available on crate feature
app-ngc only.