Skip to main content

IITextPreprocessorMethods

Trait IITextPreprocessorMethods 

Source
pub trait IITextPreprocessorMethods: IITextPreprocessor {
    // Provided method
    fn preprocess_text(self, text: impl Into<Il2CppString>) -> Il2CppString { ... }
}

Provided Methods§

Source

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§

Source§

impl<__T: IITextPreprocessor> IITextPreprocessorMethods for __T

Available on crate feature tm_pro-itextpreprocessor only.