Skip to main content

WindowSetWidgetRefExt

Trait WindowSetWidgetRefExt 

Source
pub trait WindowSetWidgetRefExt {
    // Required method
    fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet;
}

Required Methods§

Source

fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§