pub trait IDishAllMenuContent_CookHistoryMethods: IDishAllMenuContent_CookHistory {
// Provided methods
fn ctor(self, game_object: impl Into<GameObject>) { ... }
fn setup_cook(self) { ... }
}Provided Methods§
Sourcefn ctor(self, game_object: impl Into<GameObject>)
fn ctor(self, game_object: impl Into<GameObject>)
.ctor(crate::unity_engine::gameobject::GameObject) overload
Sourcefn setup_cook(self)
fn setup_cook(self)
SetupCook() 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: IDishAllMenuContent_CookHistory> IDishAllMenuContent_CookHistoryMethods for __T
Available on crate feature
app-cooking_menu-dishallmenucontent only.