pub trait IITextPreprocessorMethods: IITextPreprocessor {
// Provided method
fn preprocess_text(self, text: impl Into<Il2CppString>) -> Il2CppString { ... }
}Provided Methods§
Sourcefn preprocess_text(self, text: impl Into<Il2CppString>) -> Il2CppString
fn preprocess_text(self, text: impl Into<Il2CppString>) -> Il2CppString
PreprocessText(::unity::Il2CppString) 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: IITextPreprocessor> IITextPreprocessorMethods for __T
Available on crate feature
tm_pro-itextpreprocessor only.