Guest User

Untitled

a guest
Jul 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. error[E0277]: the trait bound `std::boxed::Box<(dyn drawing::drawables::Drawable + 'static)>: drawing::drawables::Drawable` is not satisfied
  2. --> src/lib/drawing/schema_drawer.rs:250:13
  3. |
  4. 250 | &mut self.drawables[i]
  5. | ^^^^^^^^^^^^^^^^^^^^^^ the trait `drawing::drawables::Drawable` is not implemented for `std::boxed::Box<(dyn drawing::drawables::Drawable + 'static)>`
  6. |
  7. = note: required for the cast to the object type `dyn drawing::drawables::Drawable`
Add Comment
Please, Sign In to add comment