| 130 | |
| 131 | #[derive(Default, Debug, Copy, Clone)] |
| 132 | pub struct BorderedButtonType; |
| 133 | pub type BorderedButton<T> = Button<BorderedButtonType, T>; |
| 134 | |
| 135 | impl<W: WidgetRef + Styled<Item = W>> WidgetRef for BorderedButton<W> { |
nothing calls this directly
no outgoing calls
no test coverage detected