pub trait IStringResultHandler: ISearchResultHandler_1<Il2CppString> {
// Provided methods
fn include_files(self) -> bool { ... }
fn set_include_files(self, value: bool) { ... }
fn include_dirs(self) -> bool { ... }
fn set_include_dirs(self, value: bool) { ... }
}Provided Methods§
fn include_files(self) -> bool
fn set_include_files(self, value: bool)
fn include_dirs(self) -> bool
fn set_include_dirs(self, value: bool)
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.