Skip to main content

IDebugPathMenuMethods

Trait IDebugPathMenuMethods 

Source
pub trait IDebugPathMenuMethods: IDebugPathMenu {
    // Provided methods
    fn ctor(self, setting: impl Into<DebugPathMenu_Setting>) { ... }
    fn create_menu(self) { ... }
}

Provided Methods§

Source

fn ctor(self, setting: impl Into<DebugPathMenu_Setting>)

.ctor(crate::app::debugpathmenu::DebugPathMenu_Setting) overload

Source

fn create_menu(self)

CreateMenu() 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> IDebugPathMenuMethods for __T

Available on crate feature app-debugpathmenu only.