pub enum AudioOutputError {
OpenStreamError,
PlayStreamError,
StreamClosedError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AudioOutputError
impl RefUnwindSafe for AudioOutputError
impl Send for AudioOutputError
impl Sync for AudioOutputError
impl Unpin for AudioOutputError
impl UnwindSafe for AudioOutputError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more