Skip to main content

ButtonExt

Trait ButtonExt 

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

Required Methods§

Source

fn button(self) -> Button

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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