Skip to main content

CheckBoxWidgetRefExt

Trait CheckBoxWidgetRefExt 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§