pub fn default_backend() -> Box<dyn NativeMenuBackend>Expand description
The default native-menu backend for the current target: macOS gets the real
NSMenu backend, every other target gets NoopNativeMenuBackend.
pub fn default_backend() -> Box<dyn NativeMenuBackend>The default native-menu backend for the current target: macOS gets the real
NSMenu backend, every other target gets NoopNativeMenuBackend.