rust_macios/appkit/
ns_toolbar.rs

1use crate::object;
2
3object! {
4    /// An object that manages the space above your app's custom content and either below or integrated with the window’s title bar.
5    unsafe pub struct NSToolbar;
6}