pub trait MenuExt: Into<View> + Sized {
// Provided method
fn menu(self, menu: Menu) -> View { ... }
}Expand description
Adds a context menu to a view.
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".