```rust
extern crate quickcheck_derive; extern crate quickcheck;
struct Data { foo: i32, bar: String, } ```