tek/crates/tek_api/src/api_jack.rs

5 lines
86 B
Rust

use crate::*;
pub trait JackApi {
fn jack (&self) -> &Arc<RwLock<JackClient>>;
}