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