Skip to main content

IMascotFoodEatSequence

Trait IMascotFoodEatSequence 

Source
pub trait IMascotFoodEatSequence: ISingletonProcInst_1<MascotFoodEatSequence> {
    // Provided methods
    fn m_food_stuff_data(self) -> FoodstuffData { ... }
    fn set_m_food_stuff_data(self, value: FoodstuffData) { ... }
}

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.

Implementors§