Skip to main content

CheckBoxSetWidgetRefExt

Trait CheckBoxSetWidgetRefExt 

Source
pub trait CheckBoxSetWidgetRefExt {
    // Required method
    fn check_box_set(&self, paths: &[&[LiveId]]) -> CheckBoxSet;
}

Required Methods§

Source

fn check_box_set(&self, paths: &[&[LiveId]]) -> CheckBoxSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§