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