pub trait MusicNotificationExt<R: Runtime> {
// Required method
fn music_notification(&self) -> &MusicNotification<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the music-notification APIs.