Skip to main content

INgc_CheckMultiTextSequenceMethods

Trait INgc_CheckMultiTextSequenceMethods 

Source
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§

Source

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

Source

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§

Source§

impl<__T: INgc_CheckMultiTextSequence> INgc_CheckMultiTextSequenceMethods for __T

Available on crate feature app-ngc only.