pub trait IRefineRingTimesSelectRootMethods: IRefineRingTimesSelectRoot {
// Provided methods
fn create(self) { ... }
fn destroy(self) { ... }
fn ctor(self) { ... }
fn get_menu_content(self) -> RefineRingTimesSelectMenuContent { ... }
}Provided Methods§
GetMenuContent() 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: IRefineRingTimesSelectRoot> IRefineRingTimesSelectRootMethods for __T
Available on crate feature
app-refineringtimesselectroot only.