museumsvictoria / spatial_audio_server

An audio backend for the multi-layered soundscape of Beyond Perception: Seeing the Unseen, a permanent exhibition at Scienceworks in Melbourne, Australia.
82 stars 14 forks source link

`gui::custom_widget::sound::Sound<'a>: nannou::ui::widget::Common` is not satisfied #192

Open BlueJayLouche opened 4 years ago

BlueJayLouche commented 4 years ago
error[E0277]: the trait bound `gui::custom_widget::sound::Sound<'a>: nannou::ui::widget::Common` is not satisfied
  --> src/lib/gui/custom_widget/sound.rs:78:10
   |
78 | impl<'a> Widget for Sound<'a> {
   |          ^^^^^^ the trait `nannou::ui::widget::Common` is not implemented for `gui::custom_widget::sound::Sound<'a>`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0277`.
error: could not compile `audio_server`.