Skip to main content

IStringResultHandler

Trait IStringResultHandler 

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

Source

fn include_files(self) -> bool

Source

fn set_include_files(self, value: bool)

Source

fn include_dirs(self) -> bool

Source

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.

Implementors§