Skip to main content

IDebugPathMenu

Trait IDebugPathMenu 

Source
pub trait IDebugPathMenu: IProcInst {
    // Provided methods
    fn m_setting(self) -> DebugPathMenu_Setting { ... }
    fn set_m_setting(self, value: DebugPathMenu_Setting) { ... }
}

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§