MCPcopy Create free account
hub / github.com/Moosync/Moosync / AudioplayerExt

Interface AudioplayerExt

lib/tauri-plugin-audioplayer/src/lib.rs:36–38  ·  view source on GitHub ↗

Extensions to [`tauri::App`], [`tauri::AppHandle`] and [`tauri::Window`] to access the audioplayer APIs.

Source from the content-addressed store, hash-verified

34
35/// Extensions to [`tauri::App`], [`tauri::AppHandle`] and [`tauri::Window`] to access the audioplayer APIs.
36pub trait AudioplayerExt<R: Runtime> {
37 fn audioplayer(&self) -> &Audioplayer<R>;
38}
39
40impl<R: Runtime, T: Manager<R>> crate::AudioplayerExt<R> for T {
41 fn audioplayer(&self) -> &Audioplayer<R> {

Callers

nothing calls this directly

Implementers 1

lib.rslib/tauri-plugin-audioplayer/src/lib.r

Calls

no outgoing calls

Tested by

no test coverage detected