Skip to main content

DesktopButtonWidgetRefExt

Trait DesktopButtonWidgetRefExt 

Source
pub trait DesktopButtonWidgetRefExt {
    // Required methods
    fn desktop_button(&self, path: &[LiveId]) -> DesktopButtonRef;
    fn as_desktop_button(&self) -> DesktopButtonRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§