mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-10 21:56:42 +01:00
5 lines
86 B
Rust
5 lines
86 B
Rust
use crate::*;
|
|
|
|
pub trait JackApi {
|
|
fn jack (&self) -> &Arc<RwLock<JackClient>>;
|
|
}
|