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

Class BorderedButtonType

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

Source from the content-addressed store, hash-verified

130
131#[derive(Default, Debug, Copy, Clone)]
132pub struct BorderedButtonType;
133pub type BorderedButton<T> = Button<BorderedButtonType, T>;
134
135impl<W: WidgetRef + Styled<Item = W>> WidgetRef for BorderedButton<W> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected