druid-derive 0.5.1

derive impls for Druid, a Rust UI toolkit.
Documentation
error: Lens implementations can only be derived from structs with named fields
 --> $DIR/with-tuple-struct.rs:4:1
  |
4 | struct Foobar(i32, i64);
  | ^^^^^^