extern crate qualia_derive; use qualia_derive::ObjectShape; #[derive(ObjectShape)] struct Foo(); #[derive(ObjectShape)] struct Foo2; fn main() {}