pub trait IDebugPathMenuMethods: IDebugPathMenu {
// Provided methods
fn ctor(self, setting: impl Into<DebugPathMenu_Setting>) { ... }
fn create_menu(self) { ... }
}Provided Methods§
Sourcefn ctor(self, setting: impl Into<DebugPathMenu_Setting>)
fn ctor(self, setting: impl Into<DebugPathMenu_Setting>)
.ctor(crate::app::debugpathmenu::DebugPathMenu_Setting) overload
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§
impl<__T: IDebugPathMenu> IDebugPathMenuMethods for __T
Available on crate feature
app-debugpathmenu only.