pub trait IDebugTransporterMenu_BaseMenuItemMethods: IDebugTransporterMenu_BaseMenuItem {
// Provided methods
fn can_add_to_transport(self, item: impl Into<ItemData>) -> bool { ... }
fn add_items(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn can_add_to_transport(self, item: impl Into<ItemData>) -> bool
fn can_add_to_transport(self, item: impl Into<ItemData>) -> bool
CanAddToTransport(crate::app::itemdata::ItemData) 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: IDebugTransporterMenu_BaseMenuItem> IDebugTransporterMenu_BaseMenuItemMethods for __T
Available on crate feature
app-debugtransportermenu only.