wip: fixing refactor errors pt.1

This commit is contained in:
🪞👃🪞 2024-11-09 22:30:55 +01:00
parent 84aacfea82
commit a6d6f5f06d
3 changed files with 28 additions and 16 deletions

View file

@ -36,6 +36,7 @@ pub trait AudioEngine {
}
}
/// Wraps [Client] or [DynamicAsyncClient] in place.
#[derive(Debug)]
pub enum JackClient {
/// Before activation.
Inactive(Client),