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