pub trait IMyRoomDifficultySequence_NoMenuItemMethods: IMyRoomDifficultySequence_NoMenuItem {
// Provided methods
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn build_attribute(self) -> BasicMenuItem_Attribute
fn build_attribute(self) -> BasicMenuItem_Attribute
BuildAttribute() 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: IMyRoomDifficultySequence_NoMenuItem> IMyRoomDifficultySequence_NoMenuItemMethods for __T
Available on crate feature
app-myroomdifficultysequence only.