Skip to main content

IFoodstuffMenu_FoodstuffSelectMenuManagerMethods

Trait IFoodstuffMenu_FoodstuffSelectMenuManagerMethods 

Source
pub trait IFoodstuffMenu_FoodstuffSelectMenuManagerMethods: IFoodstuffMenu_FoodstuffSelectMenuManager {
    // Provided methods
    fn on_create(self) { ... }
    fn save(self, menu: impl Into<FoodstuffMenu>) { ... }
    fn restore(self, menu: impl Into<FoodstuffMenu>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn on_create(self)

OnCreate() overload

Source

fn save(self, menu: impl Into<FoodstuffMenu>)

Save(crate::app::cooking_menu::foodstuffmenu::FoodstuffMenu) overload

Source

fn restore(self, menu: impl Into<FoodstuffMenu>)

Restore(crate::app::cooking_menu::foodstuffmenu::FoodstuffMenu) overload

Source

fn ctor(self)

.ctor() 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: IFoodstuffMenu_FoodstuffSelectMenuManager> IFoodstuffMenu_FoodstuffSelectMenuManagerMethods for __T

Available on crate feature app-cooking_menu-foodstuffmenu only.