pub trait IAchievementMenu_AchievementMenuNoneItemMethods: IAchievementMenu_AchievementMenuNoneItem {
// Provided methods
fn ctor(self) { ... }
fn build_attribute(self) -> BasicMenuItem_Attribute { ... }
}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: IAchievementMenu_AchievementMenuNoneItem> IAchievementMenu_AchievementMenuNoneItemMethods for __T
Available on crate feature
app-achievementmenu only.