pub trait INgc_CheckTextSequenceMethods: INgc_CheckTextSequence {
// Provided methods
fn ctor(
self,
text: impl Into<Il2CppString>,
result_func: impl Into<Ngc_CheckTextResultFunction>,
) { ... }
fn call_result_func(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
text: impl Into<Il2CppString>,
result_func: impl Into<Ngc_CheckTextResultFunction>,
)
fn ctor( self, text: impl Into<Il2CppString>, result_func: impl Into<Ngc_CheckTextResultFunction>, )
.ctor(::unity::Il2CppString, crate::app::ngc::Ngc_CheckTextResultFunction) 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_CheckTextSequence> INgc_CheckTextSequenceMethods for __T
Available on crate feature
app-ngc only.