MusicNotificationExt

Trait MusicNotificationExt 

Source
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.

Required Methods§

Source

fn music_notification(&self) -> &MusicNotification<R>

Implementors§