| 44 | } |
| 45 | |
| 46 | pub(crate) struct Player { |
| 47 | sink: RefCell<Option<Sink>>, |
| 48 | _stream: OutputStream, |
| 49 | stream_handle: rodio::OutputStreamHandle, |
| 50 | } |
| 51 | |
| 52 | #[derive(Debug, Clone, Default)] |
| 53 | pub(crate) enum PreBgm { |
nothing calls this directly
no outgoing calls
no test coverage detected