pub trait CheckBoxWidgetExt {
// Required method
fn check_box(&self, path: &[LiveId]) -> CheckBoxRef;
}Required Methods§
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".