pub trait IWellSequence: IProcInst {
// Provided methods
fn m_top_menu_result(self) -> WellTopMenu_MenuResult { ... }
fn set_m_top_menu_result(self, value: WellTopMenu_MenuResult) { ... }
}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.