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