default-boxed 0.2.0

Helper trait to help create large struct on heap directly
Documentation
1
2
3
4
5
6
7
error[E0277]: the trait bound `Bar: Default` is not satisfied
 --> $DIR/not-impl.rs:7:8
  |
7 |     a: Bar,
  |        ^^^ the trait `Default` is not implemented for `Bar`
  |
  = note: required because of the requirements on the impl of `DefaultBoxed` for `Bar`