//! macOS tray backend.
//!
//! Implemented via `NSStatusBar`/`NSStatusItem` driven through the Objective-C
//! runtime (`libobjc` + AppKit), all loaded at runtime. Filled in at milestone
//! M7; until then this returns [`crate::Error::Unsupported`].
use ;
use crateResult;
pub