pub trait CheckBoxSetWidgetRefExt {
// Required method
fn check_box_set(&self, paths: &[&[LiveId]]) -> CheckBoxSet;
}Required Methods§
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".