1 2 3 4 5 6 7 8 9
use dbent::prelude::*; #[derive(Entity)] enum Test { Id(Key<Int>), Data(String), } fn main() {}