Skip to main content

IDebugPathMenu_Directory_EnumResult

Trait IDebugPathMenu_Directory_EnumResult 

Source
pub trait IDebugPathMenu_Directory_EnumResult: IObject {
    // Provided methods
    fn entries(self) -> List_1<DebugPathMenu_EntryData> { ... }
    fn set_entries(self, value: List_1<DebugPathMenu_EntryData>) { ... }
    fn error_message(self) -> Il2CppString { ... }
    fn set_error_message(self, value: Il2CppString) { ... }
}

Provided Methods§

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§