pub trait IConfirmDialogItemYes: IBasicDialogItemYes {
// Provided methods
fn hub_sequence(self) -> HubSequence { ... }
fn set_hub_sequence(self, value: HubSequence) { ... }
fn script_name(self) -> Il2CppString { ... }
fn set_script_name(self, value: Il2CppString) { ... }
}Provided Methods§
fn hub_sequence(self) -> HubSequence
fn set_hub_sequence(self, value: HubSequence)
fn script_name(self) -> Il2CppString
fn set_script_name(self, value: 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.