pub trait WindowSetWidgetRefExt {
// Required method
fn window_set(&self, paths: &[&[LiveId]]) -> WindowSet;
}Required Methods§
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".