Skip to main content

IRefineRingTimesSelectRootMethods

Trait IRefineRingTimesSelectRootMethods 

Source
pub trait IRefineRingTimesSelectRootMethods: IRefineRingTimesSelectRoot {
    // Provided methods
    fn create(self) { ... }
    fn destroy(self) { ... }
    fn ctor(self) { ... }
    fn get_menu_content(self) -> RefineRingTimesSelectMenuContent { ... }
}

Provided Methods§

Source

fn create(self)

Create() overload

Source

fn destroy(self)

Destroy() overload

Source

fn ctor(self)

.ctor() overload

Source

fn get_menu_content(self) -> RefineRingTimesSelectMenuContent

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§

Source§

impl<__T: IRefineRingTimesSelectRoot> IRefineRingTimesSelectRootMethods for __T

Available on crate feature app-refineringtimesselectroot only.