use dbent::prelude::*; #[derive(Entity)] struct Test(Key, String); fn main() {}