pub trait CheckBoxWidgetRefExt {
// Required methods
fn check_box(&self, path: &[LiveId]) -> CheckBoxRef;
fn as_check_box(&self) -> CheckBoxRef;
}Required Methods§
fn check_box(&self, path: &[LiveId]) -> CheckBoxRef
fn as_check_box(&self) -> CheckBoxRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".