Macro AudioTestErrorUnknown
macro_rules! AudioTestErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown AudioTestError
member.
macro_rules! AudioTestErrorUnknown {
() => { ... };
}
Pattern that matches an unknown AudioTestError
member.