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