Skip to main content

CheckBoxWidgetActionsExt

Trait CheckBoxWidgetActionsExt 

Source
pub trait CheckBoxWidgetActionsExt {
    // Required method
    fn check_box(&self, path: &[LiveId]) -> CheckBoxRef;
}

Required Methods§

Source

fn check_box(&self, path: &[LiveId]) -> CheckBoxRef

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§