MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / TextButtonType

Class TextButtonType

src/widgets/button.rs:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120#[derive(Default, Debug, Copy, Clone)]
121pub struct TextButtonType;
122pub type TextButton<'a> = Button<TextButtonType, Span<'a>>;
123
124impl WidgetRef for TextButton<'_> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected