use dynomite_derive::Item; #[derive(Item)] struct Foo { key: String } fn main() {}