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