Trait de_gui::LabelCommands

source ·
pub trait LabelCommands<'w, 's> {
    // Required method
    fn spawn_label(
        &mut self,
        size: OuterStyle,
        caption: impl Into<String>
    ) -> EntityCommands<'_>;
}

Required Methods§

source

fn spawn_label( &mut self, size: OuterStyle, caption: impl Into<String> ) -> EntityCommands<'_>

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<'w, 's> LabelCommands<'w, 's> for GuiCommands<'w, 's>