pub trait CheckButtonImpl: CheckButtonImplExt + WidgetImpl {
    // Provided methods
    fn toggled(&self) { ... }
    fn activate(&self) { ... }
}

Provided Methods§

source

fn toggled(&self)

source

fn activate(&self)

Implementors§