Skip to main content

IDebugPathMenu_ShowError_ErrorMenuItemMethods

Trait IDebugPathMenu_ShowError_ErrorMenuItemMethods 

Source
pub trait IDebugPathMenu_ShowError_ErrorMenuItemMethods: IDebugPathMenu_ShowError_ErrorMenuItem {
    // Provided methods
    fn ctor(self, error: impl Into<Il2CppString>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn a_call(self) -> MenuItem_Result { ... }
    fn b_call(self) -> MenuItem_Result { ... }
}

Provided Methods§

Source

fn ctor(self, error: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn a_call(self) -> MenuItem_Result

ACall() overload

Source

fn b_call(self) -> MenuItem_Result

BCall() 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: IDebugPathMenu_ShowError_ErrorMenuItem> IDebugPathMenu_ShowError_ErrorMenuItemMethods for __T

Available on crate feature app-debugpathmenu only.