mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: fixing refactor errors pt.1
This commit is contained in:
parent
84aacfea82
commit
a6d6f5f06d
3 changed files with 28 additions and 16 deletions
|
|
@ -36,6 +36,7 @@ pub trait AudioEngine {
|
|||
}
|
||||
}
|
||||
/// Wraps [Client] or [DynamicAsyncClient] in place.
|
||||
#[derive(Debug)]
|
||||
pub enum JackClient {
|
||||
/// Before activation.
|
||||
Inactive(Client),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue