Trait de_gui::button::ButtonCommands
source · pub trait ButtonCommands<'w, 's> {
// Required method
fn spawn_button(
&mut self,
size: OuterStyle,
caption: impl Into<String>
) -> EntityCommands<'_>;
}
Required Methods§
Object Safety§
This trait is not object safe.