pub trait ITargetHideMarker: IMarker {
// Provided methods
fn target_locator(self) -> Array<Il2CppString> { ... }
fn set_target_locator(self, value: Array<Il2CppString>) { ... }
}Provided Methods§
fn target_locator(self) -> Array<Il2CppString>
fn set_target_locator(self, value: Array<Il2CppString>)
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.