ButtonExt

Trait ButtonExt 

Source
pub trait ButtonExt {
    // Required method
    fn button(self) -> Button;
}

Required Methods§

Source

fn button(self) -> Button

Implementors§

Source§

impl<T: IntoView + 'static> ButtonExt for T