pub trait ButtonExt { // Required method fn button(self) -> Button; }
A trait that adds a button method to any type that implements IntoView.
button
IntoView
Create a Button from the parent.