pub struct AudioThreadPriorityError { /* private fields */ }Expand description
The OS-specific issue is available as inner
Trait Implementations§
source§impl Debug for AudioThreadPriorityError
impl Debug for AudioThreadPriorityError
source§impl Display for AudioThreadPriorityError
impl Display for AudioThreadPriorityError
source§impl Error for AudioThreadPriorityError
impl Error for AudioThreadPriorityError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more