| 119 | |
| 120 | #[derive(Default, Debug, Copy, Clone)] |
| 121 | pub struct TextButtonType; |
| 122 | pub type TextButton<'a> = Button<TextButtonType, Span<'a>>; |
| 123 | |
| 124 | impl WidgetRef for TextButton<'_> { |
nothing calls this directly
no outgoing calls
no test coverage detected