Skip to main content

IDebugPathMenu_Directory_EnumResultMethods

Trait IDebugPathMenu_Directory_EnumResultMethods 

Source
pub trait IDebugPathMenu_Directory_EnumResultMethods: IDebugPathMenu_Directory_EnumResult {
    // Provided methods
    fn ctor(self, entries: impl Into<List_1<DebugPathMenu_EntryData>>) { ... }
    fn ctor_2(self, error_message: impl Into<Il2CppString>) { ... }
    fn is_failure(self) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, entries: impl Into<List_1<DebugPathMenu_EntryData>>)

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::debugpathmenu::DebugPathMenu_EntryData>) overload

Source

fn ctor_2(self, error_message: impl Into<Il2CppString>)

.ctor(::unity::Il2CppString) overload

Source

fn is_failure(self) -> bool

IsFailure() 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_Directory_EnumResult> IDebugPathMenu_Directory_EnumResultMethods for __T

Available on crate feature app-debugpathmenu only.