pub trait TextExt {
// Required methods
fn text_widget(self, ctx: &EventCtx<'_>) -> Widget;
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget;
}
pub trait TextExt {
// Required methods
fn text_widget(self, ctx: &EventCtx<'_>) -> Widget;
fn batch_text(self, ctx: &EventCtx<'_>) -> Widget;
}